Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.win32

Class WinNT.PROCESSOR_GROUP_INFO

  • Enclosing interface:
    WinNT


    @Structure.FieldOrder(value={"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()
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.