#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;
View code on GitHubNo description available.