LOW_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 LOW_PRIORITY 0 // Lowest thread priority level

#endif
#endif

View code on GitHub

No description available.