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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    fromNative(Object nativeValue, com.sun.jna.FromNativeContext context)
     

    Methods inherited from class com.sun.jna.PointerType

    equals, getPointer, hashCode, nativeType, setPointer, toNative, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HANDLE

      public HANDLE()
  • Method Details

    • fromNative

      public Object fromNative(Object nativeValue, com.sun.jna.FromNativeContext context)
      Specified by:
      fromNative in interface com.sun.jna.NativeMapped
      Overrides:
      fromNative in class com.sun.jna.PointerType