Question

What's the equivalent to IntPtr (C#) in Java (JNA)?

Was it helpful?

Solution

com.sun.jna.ptr.IntByReference

OTHER TIPS

I expect that would be a com.sun.jna.ptr.ByReference or one of its concrete sub-types.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top