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

Class WinNT.SYSTEM_POWER_INFORMATION

  • Enclosing interface:
    WinNT


    @Structure.FieldOrder(value={"MaxIdlenessAllowed","Idleness","TimeRemaining","CoolingMode"})
    public static class WinNT.SYSTEM_POWER_INFORMATION
    extends Structure
    Contains information about the idleness of the system.
    • Field Detail

      • MaxIdlenessAllowed

        public int MaxIdlenessAllowed
      • Idleness

        public int Idleness
      • TimeRemaining

        public int TimeRemaining
      • CoolingMode

        public byte CoolingMode
    • Constructor Detail

      • SYSTEM_POWER_INFORMATION

        public SYSTEM_POWER_INFORMATION(Pointer p)
      • SYSTEM_POWER_INFORMATION

        public SYSTEM_POWER_INFORMATION()
JNA API 5.6.0

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