Deprecated API


Contents
Deprecated Methods
com.jniwrapper.win32.gdi.Bitmap.getDIBytes()
          use {#getBytes} method to obtain byte array of image 
com.jniwrapper.win32.gdi.DevMode.getDmPosition()
          Returns null since not used in the structure 
com.jniwrapper.win32.registry.RegistryKey.getHandle()
          use this instead of this function 
com.jniwrapper.win32.LastError.getMessage()
          Use the LastError.getMessage(long) function instead. 
com.jniwrapper.win32.LastError.getMessage(boolean)
          Use the LastError.getMessage(long) function instead. 
com.jniwrapper.win32.security.SidAndAttributes.getpSid()
          use getSid() instead 
com.jniwrapper.win32.LastError.getValue()
          To retrieve the last error code, use the function invocation result instead. This function does not guarantee that the result value is always correct. 
com.jniwrapper.win32.LastError.getValue(boolean)
          To retrieve the last error code, use the result value of the function invocation instead. This function does not guarantee that the result value is correct. To clear the last error value, use the LastError.clearLastErrorCode() method. 
com.jniwrapper.win32.MessageLoopThread.postSyncThreadMessage(int, int, int)
          This method is incompatible with 64-bit architectures. Use MessageLoopThread.postSyncThreadMessage(int message, long wParam, long lParam) instead. 
com.jniwrapper.win32.ui.Wnd.sendMessage(int, long, long)
          use sendMessageEx(int, long, long) instead. 
com.jniwrapper.win32.security.SidAndAttributes.setpSid(Pointer)
          use getSid() instead 
com.jniwrapper.win32.security.SidIdentifierAuthority.setValue(PrimitiveArray)
          should not be used anymore. 
 

Deprecated Constructors
com.jniwrapper.win32.io.FileSystemException()
          Use another constructor FileSystemException.FileSystemException(int) instead. 
com.jniwrapper.win32.LastErrorException()
          Use the LastErrorException.LastErrorException(long) instead. 
com.jniwrapper.win32.LastErrorException(String)
          Use the LastErrorException.LastErrorException(long, String) instead. 
com.jniwrapper.win32.LastErrorException(String, boolean)
          Use the LastErrorException.LastErrorException(long, String, boolean) instead. 
com.jniwrapper.win32.LastErrorException(Throwable)
          Use the LastErrorException.LastErrorException(long, Throwable) instead. 
com.jniwrapper.win32.system.MemoryStatus()
          Use MemoryInfo class to obtain memory information.