Klasse WinNT.PROCESSOR_GROUP_INFO

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.PROCESSOR_GROUP_INFO
Umschließende Schnittstelle:
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.
  • Felddetails

    • 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.
  • Konstruktordetails

    • PROCESSOR_GROUP_INFO

      public PROCESSOR_GROUP_INFO(Pointer memory)
    • PROCESSOR_GROUP_INFO

      public PROCESSOR_GROUP_INFO()