Searched refs:ProcessorPowerPolicyAc (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/ddk/ |
H A D | ntpoapi.h | 85 ProcessorPowerPolicyAc, enumerator
|
/reactos/sdk/include/xdk/ |
H A D | potypes.h | 49 ProcessorPowerPolicyAc, enumerator
|
H A D | winnt_old.h | 4081 ProcessorPowerPolicyAc, enumerator
|
/reactos/modules/rostests/apitests/powrprof/ |
H A D | power.c | 98 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()
|