Uses of Class
com.sun.jna.platform.win32.WinUser.SIZE

Packages that use WinUser.SIZE
com.sun.jna.platform.win32   
 

Uses of WinUser.SIZE in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 with parameters of type WinUser.SIZE
 boolean User32.UpdateLayeredWindow(WinDef.HWND hwnd, WinDef.HDC hdcDst, WinUser.POINT pptDst, WinUser.SIZE psize, WinDef.HDC hdcSrc, WinUser.POINT pptSrc, int crKey, WinUser.BLENDFUNCTION pblend, int dwFlags)
          The UpdateLayeredWindow function updates the position, size, shape, content, and translucency of a layered window.