Java JNA UCHAR and PUCHAR
问题 I'm looking to get a Java string to ' WlanHostedNetworkSetSecondaryKey ' and ' WlanHostedNetworkSetProperty '. One wants a struct within a struct with a CHAR[] and the first one wants a PUCHAR. I tried using String, char[], byte[] and Memory , but they will keep producing me the same errors (Bad parameters or Bad profile something for the first). Any way maybe to debug more with JNA (probably not :()? I also can't read anywhere the characterencoding which is used, except that it's not ANSI..