Package com.sun.jna.platform.win32
Class WinNT.GROUP_RELATIONSHIP
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
com.sun.jna.platform.win32.WinNT.GROUP_RELATIONSHIP
- Enclosing interface:
- WinNT
@FieldOrder({"maximumGroupCount","activeGroupCount","reserved","groupInfo"})
public static class WinNT.GROUP_RELATIONSHIP
extends WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
Represents information about processor groups.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionshortThe number of active groups on the system.An array ofWinNT.PROCESSOR_GROUP_INFOstructures.shortThe maximum number of processor groups on the system.byte[]This member is reserved.Fields inherited from class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
relationship, sizeFields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.platform.win32.WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
fromPointerMethods inherited from class com.sun.jna.Structure
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
-
Field Details
-
maximumGroupCount
public short maximumGroupCountThe maximum number of processor groups on the system. -
activeGroupCount
public short activeGroupCountThe number of active groups on the system. This member indicates the number ofWinNT.PROCESSOR_GROUP_INFOstructures in the GroupInfo array. -
reserved
public byte[] reservedThis member is reserved. -
groupInfo
An array ofWinNT.PROCESSOR_GROUP_INFOstructures. TheactiveGroupCountmember 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.
-
-
Constructor Details
-
GROUP_RELATIONSHIP
public GROUP_RELATIONSHIP() -
GROUP_RELATIONSHIP
-
-
Method Details