@FieldOrder({"GroupCount","Group0"}) public static class WinNT.TOKEN_GROUPS extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField| Modifier and Type | Field | 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 | Description |
|---|---|
TOKEN_GROUPS() |
|
TOKEN_GROUPS(int size) |
|
TOKEN_GROUPS(Pointer memory) |
| Modifier and Type | Method | Description |
|---|---|---|
WinNT.SID_AND_ATTRIBUTES[] |
getGroups() |
Specifies an array of SID_AND_ATTRIBUTES structures that contain a
set of SIDs and corresponding attributes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitallocateMemory, 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, writeFieldpublic 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()