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

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

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

Methods in com.sun.jna.platform.win32 with parameters of type User32.BLENDFUNCTION
 boolean User32.UpdateLayeredWindow(W32API.HWND hwnd, W32API.HDC hdcDst, User32.POINT pptDst, User32.SIZE psize, W32API.HDC hdcSrc, User32.POINT pptSrc, int crKey, User32.BLENDFUNCTION pblend, int dwFlags)