8 messages in net.java.dev.jna.usersRe: [jna-users] Invoking WinINet Inte...
FromSent OnAttachments
Rogan DawesApr 28, 2008 9:39 am 
Albert StrasheimApr 28, 2008 1:04 pm 
Timothy WallApr 28, 2008 1:22 pm 
Rogan DawesApr 28, 2008 1:29 pm 
Rogan DawesApr 28, 2008 1:30 pm 
Timothy WallApr 28, 2008 1:45 pm 
Rogan DawesApr 28, 2008 3:21 pm 
Timothy WallApr 28, 2008 5:17 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Invoking WinINet InternetQueryOption/InternetSetOption?Actions...
From:Rogan Dawes (lis@dawes.za.net)
Date:Apr 28, 2008 1:29:03 pm
List:net.java.dev.jna.users

Timothy Wall wrote:

Don't use an array of Structure as a field unless you want the array inlined. Java arrays are *not* interchangeable with native pointers in the context of structure fields.

I assume you mean that I should use a Pointer instead?

I'm afraid that I have not been able to figure out the correct syntax for this, in particular, how to get the Pointer from my array of Structure.

Thanks

Rogan