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

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

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

Subclasses of WinDef.HINSTANCE in com.sun.jna.platform.win32
static class WinDef.HMODULE
          Handle to a module.
 

Methods in com.sun.jna.platform.win32 with parameters of type WinDef.HINSTANCE
 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.
 WinNT.HANDLE User32.LoadImage(WinDef.HINSTANCE hinst, java.lang.String name, int type, int xDesired, int yDesired, int load)
          This function loads an icon, cursor, or bitmap.
 WinUser.HHOOK User32.SetWindowsHookEx(int idHook, WinUser.HOOKPROC lpfn, WinDef.HINSTANCE hMod, int dwThreadId)
          The SetWindowsHookEx function installs an application-defined hook procedure into a hook chain.