public static class WinNT.HANDLE extends PointerType
| Modifier and Type | Method and Description |
|---|---|
Object |
fromNative(Object nativeValue,
FromNativeContext context)
Override to the appropriate object for INVALID_HANDLE_VALUE.
|
void |
setPointer(Pointer p) |
String |
toString() |
equals, getPointer, hashCode, nativeType, toNativepublic HANDLE()
public HANDLE(Pointer p)
public Object fromNative(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 String toString()
toString in class PointerType