@FieldOrder({"maximumGroupCount","activeGroupCount","reserved","groupInfo"}) public static class WinNT.GROUP_RELATIONSHIP extends WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField| Modifier and Type | Field | Description |
|---|---|---|
short |
activeGroupCount |
The number of active groups on the system.
|
WinNT.PROCESSOR_GROUP_INFO[] |
groupInfo |
An array of
WinNT.PROCESSOR_GROUP_INFO structures. |
short |
maximumGroupCount |
The maximum number of processor groups on the system.
|
byte[] |
reserved |
This member is reserved.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZErelationship, size| Constructor | Description |
|---|---|
GROUP_RELATIONSHIP() |
|
GROUP_RELATIONSHIP(Pointer memory) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
read() |
Reads the fields of the struct from native memory
|
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, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldfromPointerpublic short maximumGroupCount
public short activeGroupCount
WinNT.PROCESSOR_GROUP_INFO structures in the GroupInfo
array.public byte[] reserved
public WinNT.PROCESSOR_GROUP_INFO[] groupInfo
WinNT.PROCESSOR_GROUP_INFO structures. The
activeGroupCount member specifies the number of structures
in the array. Each structure in the array specifies the number and
affinity of processors in an active group on the system.public GROUP_RELATIONSHIP()
public GROUP_RELATIONSHIP(Pointer memory)