PEB_FLAG_PROCESS_CURRENTLY_THROTTLED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPEBTEB_H

#define PEB_FLAG_PROCESS_CURRENTLY_THROTTLED          0x00000040 // Process is currently throttled

#endif

View code on GitHub

NtDoc

No description available.