Uses of Class
com.sun.jna.platform.win32.BaseTSD.LONG_PTR

Packages that use BaseTSD.LONG_PTR
com.sun.jna.platform.win32   
 

Uses of BaseTSD.LONG_PTR in com.sun.jna.platform.win32
 

Subclasses of BaseTSD.LONG_PTR in com.sun.jna.platform.win32
static class BaseTSD.SSIZE_T
          Signed SIZE_T.
static class WinDef.LPARAM
          Message parameter.
static class WinDef.LRESULT
          Signed result of message processing.
 

Methods in com.sun.jna.platform.win32 that return BaseTSD.LONG_PTR
 BaseTSD.LONG_PTR User32.GetWindowLongPtr(WinDef.HWND hWnd, int nIndex)
          The GetWindowLongPtr function retrieves information about the specified window.
 BaseTSD.LONG_PTR User32.SetWindowLongPtr(WinDef.HWND hWnd, int nIndex, BaseTSD.LONG_PTR dwNewLongPtr)
          The SetWindowLongPtr function changes an attribute of the specified window.
 

Methods in com.sun.jna.platform.win32 with parameters of type BaseTSD.LONG_PTR
 BaseTSD.LONG_PTR User32.SetWindowLongPtr(WinDef.HWND hWnd, int nIndex, BaseTSD.LONG_PTR dwNewLongPtr)
          The SetWindowLongPtr function changes an attribute of the specified window.