Package jtermios.windows
Class WinAPI.HANDLE
- java.lang.Object
-
- com.sun.jna.PointerType
-
- jtermios.windows.WinAPI.HANDLE
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
- Enclosing class:
- WinAPI
public static class WinAPI.HANDLE extends com.sun.jna.PointerType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectfromNative(Object nativeValue, com.sun.jna.FromNativeContext context)voidsetPointer(com.sun.jna.Pointer p)
-
-
-
Method Detail
-
fromNative
public Object fromNative(Object nativeValue, com.sun.jna.FromNativeContext context)
- Specified by:
fromNativein interfacecom.sun.jna.NativeMapped- Overrides:
fromNativein classcom.sun.jna.PointerType
-
setPointer
public void setPointer(com.sun.jna.Pointer p)
- Overrides:
setPointerin classcom.sun.jna.PointerType
-
-