Home
last modified time | relevance | path

Searched refs:ProcessorPowerPolicyAc (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/ddk/
H A Dntpoapi.h85 ProcessorPowerPolicyAc, enumerator
/reactos/sdk/include/xdk/
H A Dpotypes.h49 ProcessorPowerPolicyAc, enumerator
H A Dwinnt_old.h4081 ProcessorPowerPolicyAc, enumerator
/reactos/modules/rostests/apitests/powrprof/
H A Dpower.c98 retval = CallNtPowerInformation(ProcessorPowerPolicyAc, 0, 0, 0, 0); in test_CallNtPowerInformation()
100 …retval = CallNtPowerInformation(ProcessorPowerPolicyAc, 0, 0, &ppp, sizeof(PROCESSOR_POWER_POLICY)… in test_CallNtPowerInformation()
102 …retval = CallNtPowerInformation(ProcessorPowerPolicyAc, &ppp, sizeof(PROCESSOR_POWER_POLICY), 0, 0… in test_CallNtPowerInformation()
104 …retval = CallNtPowerInformation(ProcessorPowerPolicyAc, &ppp, sizeof(PROCESSOR_POWER_POLICY), &ppp… in test_CallNtPowerInformation()