ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <ketypes.h>
Public Attributes | |
ULONG64 | Rip |
USHORT | SegCs |
USHORT | Fill1 [3] |
ULONG | EFlags |
ULONG | Fill2 |
ULONG64 | Rsp |
USHORT | SegSs |
USHORT | Fill3 [3] |
ULONG | Sp |
ULONG | Pc |
ULONG _MACHINE_FRAME::EFlags |
Definition at line 1069 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
ULONG64 _MACHINE_FRAME::Rip |
Definition at line 1066 of file ketypes.h.
Referenced by KiDispatchExceptionToUser(), and KiInitializeUserApc().
ULONG64 _MACHINE_FRAME::Rsp |
Definition at line 1071 of file ketypes.h.
Referenced by KiDispatchExceptionToUser(), and KiInitializeUserApc().
USHORT _MACHINE_FRAME::SegCs |
Definition at line 1067 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
USHORT _MACHINE_FRAME::SegSs |
Definition at line 1072 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().