ReactOS 0.4.16-dev-1484-g212a1a5
_KEXECUTE_OPTIONS Struct Reference

#include <ketypes.h>

Public Attributes

UCHAR ExecuteDisable:1
 
UCHAR ExecuteEnable:1
 
UCHAR DisableThunkEmulation:1
 
UCHAR Permanent:1
 
UCHAR ExecuteDispatchEnable:1
 
UCHAR ImageDispatchEnable:1
 
UCHAR Spare:2
 

Detailed Description

Definition at line 1110 of file ketypes.h.

Member Data Documentation

◆ DisableThunkEmulation

UCHAR _KEXECUTE_OPTIONS::DisableThunkEmulation

Definition at line 1114 of file ketypes.h.

Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().

◆ ExecuteDisable

UCHAR _KEXECUTE_OPTIONS::ExecuteDisable

Definition at line 1112 of file ketypes.h.

Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().

◆ ExecuteDispatchEnable

UCHAR _KEXECUTE_OPTIONS::ExecuteDispatchEnable

Definition at line 1116 of file ketypes.h.

Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().

◆ ExecuteEnable

UCHAR _KEXECUTE_OPTIONS::ExecuteEnable

Definition at line 1113 of file ketypes.h.

Referenced by MmArmAccessFault(), MmGetExecuteOptions(), and MmSetExecuteOptions().

◆ ImageDispatchEnable

UCHAR _KEXECUTE_OPTIONS::ImageDispatchEnable

Definition at line 1117 of file ketypes.h.

Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().

◆ Permanent

UCHAR _KEXECUTE_OPTIONS::Permanent

Definition at line 1115 of file ketypes.h.

Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().

◆ Spare

UCHAR _KEXECUTE_OPTIONS::Spare

Definition at line 1118 of file ketypes.h.


The documentation for this struct was generated from the following file: