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

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

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

Methods in com.sun.jna.platform.win32 that return W32API.HMODULE
 W32API.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.