Source position: jwawinnt.pas line 4360
type _SYSTEM_POWER_POLICY = record |
Revision: DWORD; |
PowerButton: POWER_ACTION_POLICY; |
SleepButton: POWER_ACTION_POLICY; |
LidClose: POWER_ACTION_POLICY; |
LidOpenWake: SYSTEM_POWER_STATE; |
Reserved: DWORD; |
Idle: POWER_ACTION_POLICY; |
IdleTimeout: DWORD; |
IdleSensitivity: Byte; |
DynamicThrottle: Byte; |
Spare2: array [0..1] of Byte; |
MinSleep: SYSTEM_POWER_STATE; |
MaxSleep: SYSTEM_POWER_STATE; |
ReducedLatencySleep: SYSTEM_POWER_STATE; |
WinLogonFlags: DWORD; |
Spare3: DWORD; |
DozeS4Timeout: DWORD; |
BroadcastCapacityResolution: DWORD; |
DischargePolicy: array [0..NUM_DISCHARGE_POLICIES-1] of SYSTEM_POWER_LEVEL; |
VideoTimeout: DWORD; |
VideoDimDisplay: Boolean; |
VideoReserved: array [0..2] of DWORD; |
SpindownTimeout: DWORD; |
OptimizeForPower: LongBool; |
FanThrottleTolerance: Byte; |
ForcedThrottle: Byte; |
MinThrottle: Byte; |
OverThrottled: POWER_ACTION_POLICY; |
end; |