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

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

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

Subclasses of WinDef.HICON in com.sun.jna.platform.win32
static class WinDef.HCURSOR
          Handle to a cursor.
 

Methods in com.sun.jna.platform.win32 that return WinDef.HICON
 WinDef.HICON User32.LoadIcon(WinDef.HINSTANCE hInstance, java.lang.String iconName)
          This function loads the specified icon resource from the executable (.exe) file associated with an application instance.
 

Methods in com.sun.jna.platform.win32 with parameters of type WinDef.HICON
 boolean User32.DestroyIcon(WinDef.HICON hicon)
          This function destroys an icon and frees any memory the icon occupied.