Klasse WinNT.SYSTEM_POWER_CAPABILITIES

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.SYSTEM_POWER_CAPABILITIES
Umschließende Schnittstelle:
WinNT

@FieldOrder({"PowerButtonPresent","SleepButtonPresent","LidPresent","SystemS1","SystemS2","SystemS3","SystemS4","SystemS5","HiberFilePresent","FullWake","VideoDimPresent","ApmPresent","UpsPresent","ThermalControl","ProcessorThrottle","ProcessorMinThrottle","ProcessorMaxThrottle","FastSystemS4","Hiberboot","WakeAlarmPresent","AoAc","DiskSpinDown","HiberFileType","AoAcConnectivitySupported","spare3","SystemBatteriesPresent","BatteriesAreShortTerm","BatteryScale","AcOnLineWake","SoftLidWake","RtcWake","MinDeviceWakeState","DefaultLowLatencyWake"}) public static class WinNT.SYSTEM_POWER_CAPABILITIES extends Structure
Contains information about the power capabilities of the system.
  • Felddetails

    • PowerButtonPresent

      public byte PowerButtonPresent
    • SleepButtonPresent

      public byte SleepButtonPresent
    • LidPresent

      public byte LidPresent
    • SystemS1

      public byte SystemS1
    • SystemS2

      public byte SystemS2
    • SystemS3

      public byte SystemS3
    • SystemS4

      public byte SystemS4
    • SystemS5

      public byte SystemS5
    • HiberFilePresent

      public byte HiberFilePresent
    • FullWake

      public byte FullWake
    • VideoDimPresent

      public byte VideoDimPresent
    • ApmPresent

      public byte ApmPresent
    • UpsPresent

      public byte UpsPresent
    • ThermalControl

      public byte ThermalControl
    • ProcessorThrottle

      public byte ProcessorThrottle
    • ProcessorMinThrottle

      public byte ProcessorMinThrottle
    • ProcessorMaxThrottle

      public byte ProcessorMaxThrottle
    • FastSystemS4

      public byte FastSystemS4
    • Hiberboot

      public byte Hiberboot
    • WakeAlarmPresent

      public byte WakeAlarmPresent
    • AoAc

      public byte AoAc
    • DiskSpinDown

      public byte DiskSpinDown
    • HiberFileType

      public byte HiberFileType
    • AoAcConnectivitySupported

      public byte AoAcConnectivitySupported
    • spare3

      public byte[] spare3
    • SystemBatteriesPresent

      public byte SystemBatteriesPresent
    • BatteriesAreShortTerm

      public byte BatteriesAreShortTerm
    • BatteryScale

      public WinNT.BATTERY_REPORTING_SCALE[] BatteryScale
    • AcOnLineWake

      public int AcOnLineWake
    • SoftLidWake

      public int SoftLidWake
    • RtcWake

      public int RtcWake
    • MinDeviceWakeState

      public int MinDeviceWakeState
    • DefaultLowLatencyWake

      public int DefaultLowLatencyWake
  • Konstruktordetails

    • SYSTEM_POWER_CAPABILITIES

      public SYSTEM_POWER_CAPABILITIES(Pointer p)
    • SYSTEM_POWER_CAPABILITIES

      public SYSTEM_POWER_CAPABILITIES()