Package com.sun.jna.platform.win32
Class WinDef.HINSTANCE
- java.lang.Object
-
- com.sun.jna.PointerType
-
- com.sun.jna.platform.win32.WinNT.HANDLE
-
- com.sun.jna.platform.win32.WinDef.HINSTANCE
-
- All Implemented Interfaces:
NativeMapped
- Direct Known Subclasses:
WinDef.HMODULE
- Enclosing interface:
- WinDef
public static class WinDef.HINSTANCE extends WinNT.HANDLE
Handle to an instance.
-
-
Constructor Summary
Constructors Constructor Description HINSTANCE()
-
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
-
-