NativeMappedWinCrypt.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.HMONITORpublic static class WinNT.HANDLE extends PointerType
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
FromNativeContext context) |
Override to the appropriate object for INVALID_HANDLE_VALUE.
|
void |
setPointer(Pointer p) |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequals, getPointer, hashCode, nativeType, toNativepublic HANDLE()
public HANDLE(Pointer p)
public java.lang.Object fromNative(java.lang.Object nativeValue,
FromNativeContext context)
fromNative in interface NativeMappedfromNative in class PointerTypenativeValue - Java representation of the native type to be converted.context - Context in which the conversion is taking place.public void setPointer(Pointer p)
setPointer in class PointerTypepublic java.lang.String toString()
toString in class PointerType