JNA API 3.2.3

com.sun.jna.examples.win32
Class W32API.HANDLE

java.lang.Object
  extended by com.sun.jna.PointerType
      extended by com.sun.jna.examples.win32.W32API.HANDLE
All Implemented Interfaces:
NativeMapped
Direct Known Subclasses:
User32.HHOOK, W32API.HBITMAP, W32API.HDC, W32API.HICON, W32API.HINSTANCE, W32API.HRGN, W32API.HWND
Enclosing interface:
W32API

public static class W32API.HANDLE
extends PointerType


Constructor Summary
W32API.HANDLE()
           
W32API.HANDLE(Pointer p)
           
 
Method Summary
 java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
          Override to the appropriate object for INVALID_HANDLE_VALUE.
 void setPointer(Pointer p)
           
 
Methods inherited from class com.sun.jna.PointerType
equals, getPointer, hashCode, nativeType, toNative
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

W32API.HANDLE

public W32API.HANDLE()

W32API.HANDLE

public W32API.HANDLE(Pointer p)
Method Detail

fromNative

public java.lang.Object fromNative(java.lang.Object nativeValue,
                                   FromNativeContext context)
Override to the appropriate object for INVALID_HANDLE_VALUE.

Specified by:
fromNative in interface NativeMapped
Overrides:
fromNative in class PointerType

setPointer

public void setPointer(Pointer p)
Overrides:
setPointer in class PointerType

JNA API 3.2.3

Copyright © 2007-2009 Timothy Wall. All Rights Reserved.