JNA API 4.4.0-SNAPSHOT
com.sun.jna.platform.win32

Class WinNT.HANDLE

    • Constructor Detail

      • WinNT.HANDLE

        public WinNT.HANDLE()
      • WinNT.HANDLE

        public WinNT.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
        Parameters:
        nativeValue - Java representation of the native type to be converted.
        context - Context in which the conversion is taking place.
        Returns:
        Converted object.
JNA API 4.4.0-SNAPSHOT

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