Package com.sun.jna.platform.win32
Class WinDef.HMODULE
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinNT.HANDLE
com.sun.jna.platform.win32.WinDef.HINSTANCE
com.sun.jna.platform.win32.WinDef.HMODULE
- All Implemented Interfaces:
NativeMapped
- Enclosing interface:
- WinDef
Handle to a module. The value is the base address of the module.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.platform.win32.WinNT.HANDLE
fromNative, setPointer, toString
Methods inherited from class com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, toNative
-
Constructor Details
-
HMODULE
public HMODULE()
-