@FieldOrder({"maximumProcessorCount","activeProcessorCount","reserved","activeProcessorMask"}) public static class WinNT.PROCESSOR_GROUP_INFO extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field | Description |
---|---|---|
byte |
activeProcessorCount |
The number of active processors in the group.
|
BaseTSD.ULONG_PTR |
activeProcessorMask |
A bitmap that specifies the affinity for zero or more active
processors within the group.
|
byte |
maximumProcessorCount |
The maximum number of processors in the group.
|
byte[] |
reserved |
This member is reserved.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor | Description |
---|---|
PROCESSOR_GROUP_INFO() |
|
PROCESSOR_GROUP_INFO(Pointer memory) |
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, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public byte maximumProcessorCount
public byte activeProcessorCount
public byte[] reserved
public BaseTSD.ULONG_PTR activeProcessorMask
public PROCESSOR_GROUP_INFO(Pointer memory)
public PROCESSOR_GROUP_INFO()