|
ReactOS 0.4.17-dev-684-ga6524ef
|
#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 1087 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
| ULONG64 _MACHINE_FRAME::Rip |
Definition at line 1084 of file ketypes.h.
Referenced by KiDispatchExceptionToUser(), and KiInitializeUserApc().
| ULONG64 _MACHINE_FRAME::Rsp |
Definition at line 1089 of file ketypes.h.
Referenced by KiDispatchExceptionToUser(), and KiInitializeUserApc().
| USHORT _MACHINE_FRAME::SegCs |
Definition at line 1085 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
| USHORT _MACHINE_FRAME::SegSs |
Definition at line 1090 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().