org.zeroturnaround.process.win
Class W32API.HANDLE

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by 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
W32API.HANDLE()
           
 
Method Summary
 Object fromNative(Object nativeValue, com.sun.jna.FromNativeContext context)
           
 
Methods inherited from class com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, setPointer, toNative
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

W32API.HANDLE

public W32API.HANDLE()
Method Detail

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


Copyright © 2015 ZeroTurnaround. All rights reserved.