JNA API 3.2.7

Deprecated API


Contents
Deprecated Methods
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.Memory.getSize()
          use Memory.size() instead. 
com.sun.jna.Memory.isValid()
          use Memory.valid() 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. 
 


JNA API 3.2.7

Copyright © 2007-2010 Timothy Wall. All Rights Reserved.