Uses of Class
com.sun.jna.platform.win32.W32API.HICON

Packages that use W32API.HICON
com.sun.jna.platform.win32   
 

Uses of W32API.HICON in com.sun.jna.platform.win32
 

Methods in com.sun.jna.platform.win32 that return W32API.HICON
 W32API.HICON User32.LoadIcon(W32API.HINSTANCE hInstance, java.lang.String iconName)
           
 

Methods in com.sun.jna.platform.win32 with parameters of type W32API.HICON
 boolean User32.DestroyIcon(W32API.HICON hicon)