Uses of Class
com.sun.jna.platform.win32.WinDef.RECT

Packages that use WinDef.RECT
com.sun.jna.platform.win32   
 

Uses of WinDef.RECT in com.sun.jna.platform.win32
 

Fields in com.sun.jna.platform.win32 declared as WinDef.RECT
 WinDef.RECT WinGDI.RGNDATAHEADER.rcBound
           
 WinDef.RECT WinUser.GUITHREADINFO.rcCaret
           
 WinDef.RECT WinUser.WINDOWINFO.rcClient
           
 WinDef.RECT WinUser.WINDOWINFO.rcWindow
           
 

Methods in com.sun.jna.platform.win32 with parameters of type WinDef.RECT
 boolean User32.GetWindowRect(WinDef.HWND hWnd, WinDef.RECT rect)
          This function retrieves the dimensions of the bounding rectangle of the specified window.