[Expat-discuss] Any suggestion please how to transfer a struct as user data ?

Sebastian Pipping webmaster at hartwork.org
Thu Jul 19 04:10:42 CEST 2007


You pass in a pointer, you get a pointer out.
Try this instead:

  PAGE * const page = (PAGE *)userData;



Sebastian


More information about the Expat-discuss mailing list