Class WinNT.PROCESSOR_GROUP_INFO

  • Enclosing interface:
    WinNT

    @FieldOrder({"maximumProcessorCount","activeProcessorCount","reserved","activeProcessorMask"})
    public static class WinNT.PROCESSOR_GROUP_INFO
    extends Structure
    Represents the number and affinity of processors in a processor group.
    • Field Detail

      • maximumProcessorCount

        public byte maximumProcessorCount
        The maximum number of processors in the group.
      • activeProcessorCount

        public byte activeProcessorCount
        The number of active processors in the group.
      • reserved

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

        public BaseTSD.ULONG_PTR activeProcessorMask
        A bitmap that specifies the affinity for zero or more active processors within the group.
    • Constructor Detail

      • PROCESSOR_GROUP_INFO

        public PROCESSOR_GROUP_INFO​(Pointer memory)
      • PROCESSOR_GROUP_INFO

        public PROCESSOR_GROUP_INFO()