Class WinNT.PROCESSOR_POWER_INFORMATION

  • Enclosing interface:
    WinNT

    @FieldOrder({"Number","MaxMhz","CurrentMhz","MhzLimit","MaxIdleState","CurrentIdleState"})
    public static class WinNT.PROCESSOR_POWER_INFORMATION
    extends Structure
    Contains information about a processor.
    • Field Detail

      • Number

        public int Number
      • MaxMhz

        public int MaxMhz
      • CurrentMhz

        public int CurrentMhz
      • MhzLimit

        public int MhzLimit
      • MaxIdleState

        public int MaxIdleState
      • CurrentIdleState

        public int CurrentIdleState
    • Constructor Detail

      • PROCESSOR_POWER_INFORMATION

        public PROCESSOR_POWER_INFORMATION​(Pointer p)
      • PROCESSOR_POWER_INFORMATION

        public PROCESSOR_POWER_INFORMATION()