Re: Any suggestion please how to transfer a struct as user data ?
Sebastian Pipping <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
You pass in a pointer, you get a pointer out. Try this instead: PAGE * const page = (PAGE *)userData; Sebastian