PROCESS_USER_MODE_IOPL - 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_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;

#endif
#endif

View code on GitHub

NtDoc

No description available.