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.
What's the equivalent to IntPtr (C#) in Java (JNA)?
com.sun.jna.ptr.IntByReference
I expect that would be a com.sun.jna.ptr.ByReference
or one of its concrete sub-types.