ProcessMitigationOptionsMask - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#if defined(_PHLIB_)

#define ProcessMitigationOptionsMask 5          // Returns the mask of valid bits for all the mitigation options on the system.

#endif
#endif
#endif

View code on GitHub

No description available.