Ntifs.REPARSE_DATA_BUFFER.ByReference
@FieldOrder({"ReparseTag","ReparseDataLength","Reserved","u"}) public static class Ntifs.REPARSE_DATA_BUFFER extends Structure
Modifier and Type | Class | Description |
---|---|---|
static class |
Ntifs.REPARSE_DATA_BUFFER.ByReference |
|
static class |
Ntifs.REPARSE_DATA_BUFFER.REPARSE_UNION |
Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field | Description |
---|---|---|
short |
ReparseDataLength |
Size, in bytes, of the reparse data in the DataBuffer member.
|
int |
ReparseTag |
Reparse point tag.
|
short |
Reserved |
Length, in bytes, of the unparsed portion of the file name pointed to by the FileName member of the associated file object.
|
Ntifs.REPARSE_DATA_BUFFER.REPARSE_UNION |
u |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor | Description |
---|---|
REPARSE_DATA_BUFFER() |
|
REPARSE_DATA_BUFFER(int ReparseTag,
short Reserved) |
|
REPARSE_DATA_BUFFER(int ReparseTag,
short Reserved,
Ntifs.SymbolicLinkReparseBuffer symLinkReparseBuffer) |
|
REPARSE_DATA_BUFFER(Pointer memory) |
Modifier and Type | Method | Description |
---|---|---|
int |
getSize() |
|
void |
read() |
Reads the fields of the struct from native memory
|
static int |
sizeOf() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int ReparseTag
public short ReparseDataLength
public short Reserved
public Ntifs.REPARSE_DATA_BUFFER.REPARSE_UNION u
public REPARSE_DATA_BUFFER()
public REPARSE_DATA_BUFFER(int ReparseTag, short Reserved)
public REPARSE_DATA_BUFFER(int ReparseTag, short Reserved, Ntifs.SymbolicLinkReparseBuffer symLinkReparseBuffer)
public REPARSE_DATA_BUFFER(Pointer memory)