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

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

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

Methods in com.sun.jna.platform.win32 that return WinDef.HMODULE
 WinDef.HMODULE Kernel32.GetModuleHandle(java.lang.String name)
          The GetModuleHandle function retrieves a module handle for the specified module if the file has been mapped into the address space of the calling process.