ReactOS 0.4.16-dev-1210-gbc03c01
|
#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 |
UCHAR _KEXECUTE_OPTIONS::DisableThunkEmulation |
Definition at line 1152 of file ketypes.h.
Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().
UCHAR _KEXECUTE_OPTIONS::ExecuteDisable |
Definition at line 1150 of file ketypes.h.
Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().
UCHAR _KEXECUTE_OPTIONS::ExecuteDispatchEnable |
Definition at line 1154 of file ketypes.h.
Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().
UCHAR _KEXECUTE_OPTIONS::ExecuteEnable |
Definition at line 1151 of file ketypes.h.
Referenced by MmArmAccessFault(), MmGetExecuteOptions(), and MmSetExecuteOptions().
UCHAR _KEXECUTE_OPTIONS::ImageDispatchEnable |
Definition at line 1155 of file ketypes.h.
Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().
UCHAR _KEXECUTE_OPTIONS::Permanent |
Definition at line 1153 of file ketypes.h.
Referenced by MmGetExecuteOptions(), and MmSetExecuteOptions().