@Properties(inherit=nvencodeapi.class) public class GUID extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
GUID()
Default native constructor.
|
GUID(long size)
Native array allocator.
|
GUID(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
Data1()
[in]: Specifies the first 8 hexadecimal digits of the GUID.
|
GUID |
Data1(int setter) |
short |
Data2()
[in]: Specifies the first group of 4 hexadecimal digits.
|
GUID |
Data2(short setter) |
short |
Data3()
[in]: Specifies the second group of 4 hexadecimal digits.
|
GUID |
Data3(short setter) |
BytePointer |
Data4() |
byte |
Data4(int i)
[in]: Array of 8 bytes.
|
GUID |
Data4(int i,
byte setter) |
GUID |
getPointer(long i) |
GUID |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public GUID()
public GUID(long size)
Pointer.position(long)
.public GUID(Pointer p)
Pointer(Pointer)
.public GUID getPointer(long i)
getPointer
in class Pointer
@Cast(value="uint32_t") public int Data1()
public GUID Data1(int setter)
@Cast(value="uint16_t") public short Data2()
public GUID Data2(short setter)
@Cast(value="uint16_t") public short Data3()
public GUID Data3(short setter)
@Cast(value="uint8_t") public byte Data4(int i)
public GUID Data4(int i, byte setter)
@MemberGetter @Cast(value="uint8_t*") public BytePointer Data4()
Copyright © 2024. All rights reserved.