Method and Description |
---|
com.sun.jna.Native.getPreserveLastError()
The preferred method of obtaining the last error result is
to declare your mapped method to throw
LastErrorException
instead. |
com.sun.jna.Native.setPreserveLastError(boolean)
The preferred method of obtaining the last error result is
to declare your mapped method to throw
LastErrorException
instead. |