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

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

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

Methods in com.sun.jna.platform.win32 with parameters of type WinUser.BLENDFUNCTION
 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.