Native API online documentation, based on the System Informer
(formerly Process Hacker) phnt
headers
#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* Limits the CPU execution speed of the process to reduce power consumption.
*/
#define POWER_THROTTLING_PROCESS_EXECUTION_SPEED 0x1
#endif
#endif
View code on GitHub