com.sun.jna.examples.win32
public static class W32API.HANDLE extends PointerType
Constructor and Description |
---|
W32API.HANDLE() |
W32API.HANDLE(Pointer p) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
FromNativeContext context)
Override to the appropriate object for INVALID_HANDLE_VALUE.
|
void |
setPointer(Pointer p) |
equals, getPointer, hashCode, nativeType, toNative
public W32API.HANDLE()
public W32API.HANDLE(Pointer p)
public java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
fromNative
in interface NativeMapped
fromNative
in class PointerType
public void setPointer(Pointer p)
setPointer
in class PointerType