Class WinNT.HANDLE
java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.win32.WinNT.HANDLE
- All Implemented Interfaces:
NativeMapped
- Direct Known Subclasses:
WinCrypt.HCERTCHAINENGINE, WinCrypt.HCERTSTORE, WinCrypt.HCRYPTMSG, WinDef.HBITMAP, WinDef.HBRUSH, WinDef.HDC, WinDef.HFONT, WinDef.HGLRC, WinDef.HICON, WinDef.HINSTANCE, WinDef.HKL, WinDef.HMENU, WinDef.HPALETTE, WinDef.HPEN, WinDef.HRGN, WinDef.HRSRC, WinDef.HWND, Winevt.EVT_HANDLE, WinReg.HKEY, Winsvc.SC_HANDLE, Winsvc.SERVICE_STATUS_HANDLE, WinUser.HHOOK, WinUser.HMONITOR
- Enclosing interface:
WinNT
Handle to an object.
- Author:
- dblock[at]dblock.org
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, FromNativeContext context) Override to the appropriate object for INVALID_HANDLE_VALUE.voidtoString()Methods inherited from class PointerType
equals, getPointer, hashCode, nativeType, toNative
-
Constructor Details
-
HANDLE
public HANDLE() -
HANDLE
-
-
Method Details
-
fromNative
Override to the appropriate object for INVALID_HANDLE_VALUE.- Specified by:
fromNativein interfaceNativeMapped- Overrides:
fromNativein classPointerType- Parameters:
nativeValue- Java representation of the native type to be converted.context- Context in which the conversion is taking place.- Returns:
- Converted object.
-
setPointer
- Overrides:
setPointerin classPointerType
-
toString
- Overrides:
toStringin classPointerType
-