Source position: jwawinnt.pas line 4410
type _PROCESSOR_POWER_POLICY_INFO = record
TimeCheck: DWORD;
DemoteLimit: DWORD;
PromoteLimit: DWORD;
DemotePercent: Byte;
PromotePercent: Byte;
Spare: array [0..1] of Byte;
Flags: DWORD;
end;