#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The PROCESS_RAISE_PRIORITY structure is used to raise the priority of a process.
*/
typedef struct _PROCESS_RAISE_PRIORITY
{
ULONG RaisePriority;
} PROCESS_RAISE_PRIORITY, *PPROCESS_RAISE_PRIORITY;
View code on GitHubNo description available.