Package org.zeroturnaround.process.win
Class W32API.HANDLE
java.lang.Object
com.sun.jna.PointerType
org.zeroturnaround.process.win.W32API.HANDLE
- All Implemented Interfaces:
com.sun.jna.NativeMapped
- Enclosing interface:
W32API
public static class W32API.HANDLE
extends com.sun.jna.PointerType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) Methods inherited from class com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
HANDLE
public HANDLE()
-
-
Method Details
-
fromNative
- Specified by:
fromNativein interfacecom.sun.jna.NativeMapped- Overrides:
fromNativein classcom.sun.jna.PointerType
-