@Structure.FieldOrder(value={"GroupCount","Group0"}) public static class WinNT.TOKEN_GROUPS extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
WinNT.SID_AND_ATTRIBUTES |
Group0 |
int |
GroupCount
Specifies the number of groups in the access token.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
TOKEN_GROUPS() |
TOKEN_GROUPS(int size) |
TOKEN_GROUPS(Pointer memory) |
Modifier and Type | Method and Description |
---|---|
WinNT.SID_AND_ATTRIBUTES[] |
getGroups()
Specifies an array of SID_AND_ATTRIBUTES structures that contain a
set of SIDs and corresponding attributes.
|
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, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int GroupCount
public WinNT.SID_AND_ATTRIBUTES Group0
public TOKEN_GROUPS()
public TOKEN_GROUPS(Pointer memory)
public TOKEN_GROUPS(int size)
public WinNT.SID_AND_ATTRIBUTES[] getGroups()