POWER_THROTTLING_PROCESS_DELAYTIMERS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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

#endif
#endif

View code on GitHub

NtDoc

No description available.