#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The POWER_THROTTLING_PROCESS_DELAYTIMERS flag delays the expiration of waits and timers for the process.
* When this flag is set, the process's wait and timer expiration events may be postponed,
* which can help reduce power consumption by allowing the system to remain in low-power states longer.
*/
#define POWER_THROTTLING_PROCESS_DELAYTIMERS 0x2
View code on GitHubNo description available.