#ifndef _NTPSAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The PROCESS_USER_MODE_IOPL structure is used to query or set the process user-mode IOPL state.
*/
typedef struct _PROCESS_USER_MODE_IOPL
{
ULONG UserModeIOPL;
} PROCESS_USER_MODE_IOPL, *PPROCESS_USER_MODE_IOPL;
View code on GitHubNo description available.