JNA updateStructureByReference() trouble
问题 this is the first time I am using JNA. What I am trying to do is call a function in a DLL that takes (C code)->(unsigned long DeviceTypes, NeoDevice *pNeoDevice, int *pNumDevices)...(JNA form)-> (int, NeoDevice.getPointer(), int[] myInt) as params. The function should write to the fields of the struct and I want to view the updated fields. here is my JNA struct 'NeoDevice' import java.util.Arrays; import java.util.List; import com.sun.jna.*; public class NeoDevice extends Structure { public