Class 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.
  • Field Details

    • maximumGroupCount

      public short maximumGroupCount
      The maximum number of processor groups on the system.
    • activeGroupCount

      public short activeGroupCount
      The number of active groups on the system. This member indicates the number of WinNT.PROCESSOR_GROUP_INFO structures in the GroupInfo array.
    • reserved

      public byte[] reserved
      This member is reserved.
    • groupInfo

      public WinNT.PROCESSOR_GROUP_INFO[] groupInfo
      An array of 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.
  • Constructor Details

    • GROUP_RELATIONSHIP

      public GROUP_RELATIONSHIP()
    • GROUP_RELATIONSHIP

      public GROUP_RELATIONSHIP(Pointer memory)
  • Method Details

    • read

      public void read()
      Description copied from class: Structure
      Reads the fields of the struct from native memory
      Overrides:
      read in class Structure