问题
What's the equivalent to IntPtr (C#) in Java (JNA)?
回答1:
com.sun.jna.ptr.IntByReference
回答2:
I expect that would be a com.sun.jna.ptr.ByReference
or one of its concrete sub-types.
来源:https://stackoverflow.com/questions/1448814/whats-the-equivalent-to-intptr-c-in-java