ReactOS 0.4.16-dev-41-ge8c7597
|
#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 1060 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
ULONG64 _MACHINE_FRAME::Rip |
Definition at line 1057 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
ULONG64 _MACHINE_FRAME::Rsp |
Definition at line 1062 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
USHORT _MACHINE_FRAME::SegCs |
Definition at line 1058 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
USHORT _MACHINE_FRAME::SegSs |
Definition at line 1063 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().