com.sun.jna.examples.win32
Class W32API.HANDLE
java.lang.Object
com.sun.jna.PointerType
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
W32API.HANDLE
public W32API.HANDLE()
fromNative
public Object fromNative(Object nativeValue,
FromNativeContext context)
- Override to the appropriate object for INVALID_HANDLE_VALUE.
- Specified by:
fromNative
in interface NativeMapped
- Overrides:
fromNative
in class PointerType
Copyright © 2007-2008 Timothy Wall. All Rights Reserved.