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

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

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

Subclasses of W32API.HINSTANCE in com.sun.jna.platform.win32
static class W32API.HMODULE
           
 

Methods in com.sun.jna.platform.win32 with parameters of type W32API.HINSTANCE
 W32API.HICON User32.LoadIcon(W32API.HINSTANCE hInstance, java.lang.String iconName)
           
 W32API.HANDLE User32.LoadImage(W32API.HINSTANCE hinst, java.lang.String name, int type, int xDesired, int yDesired, int load)
           
 User32.HHOOK User32.SetWindowsHookEx(int idHook, User32.HOOKPROC lpfn, W32API.HINSTANCE hMod, int dwThreadId)