MAXIMUM_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 MAXIMUM_PRIORITY 32 // Number of thread priority levels

#endif
#endif

View code on GitHub

No description available.