Class WinNT.NUMA_NODE_RELATIONSHIP

Enclosing interface:
WinNT

@FieldOrder({"nodeNumber","reserved","groupMask"}) public static class WinNT.NUMA_NODE_RELATIONSHIP extends WinNT.SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX
Represents information about a NUMA node in a processor group.
  • Field Details

    • nodeNumber

      public int nodeNumber
      Identifies the NUMA node. Valid values are 0 to the highest NUMA node number inclusive. A non-NUMA multiprocessor system will report that all processors belong to one NUMA node.
    • reserved

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

      public WinNT.GROUP_AFFINITY groupMask
      A WinNT.GROUP_AFFINITY structure that specifies a group number and processor affinity within the group.
  • Constructor Details

    • NUMA_NODE_RELATIONSHIP

      public NUMA_NODE_RELATIONSHIP()
    • NUMA_NODE_RELATIONSHIP

      public NUMA_NODE_RELATIONSHIP(Pointer memory)