public final class HANDLE extends Object
Modifier and Type | Field and Description |
---|---|
static jnr.ffi.mapper.DataConverter<HANDLE,jnr.ffi.Pointer> |
Converter |
static long |
INVALID_HANDLE_VALUE |
Constructor and Description |
---|
HANDLE(jnr.ffi.Pointer pointer) |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid() |
jnr.ffi.Pointer |
toPointer() |
static HANDLE |
valueOf(long value) |
static HANDLE |
valueOf(jnr.ffi.Pointer value) |
public static final long INVALID_HANDLE_VALUE
public static final jnr.ffi.mapper.DataConverter<HANDLE,jnr.ffi.Pointer> Converter
Copyright © 2017. All rights reserved.