Source position: jwawinnt.pas line 4319
type SYSTEM_POWER_LEVEL = record
Enable: Boolean;
Spare: array [0..3-1] of Byte;
BatteryLevel: DWORD;
PowerPolicy: POWER_ACTION_POLICY;
MinSystemState: SYSTEM_POWER_STATE;
end;