PROCESS_PRIORITY_BOOST - NtDoc

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

/**
 * The PROCESS_PRIORITY_BOOST structure is used to query or set process priority boost behavior.
 */
typedef struct _PROCESS_PRIORITY_BOOST
{
    ULONG PriorityBoost;
} PROCESS_PRIORITY_BOOST, *PPROCESS_PRIORITY_BOOST;

#endif
#endif

View code on GitHub

NtDoc

No description available.