HIGH_PRIORITY - NtDoc

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

#define HIGH_PRIORITY 31 // Highest thread priority level

#endif
#endif

View code on GitHub

No description available.