|
ReactOS 0.4.17-dev-628-g4c4e341
|
#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 1083 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
| ULONG64 _MACHINE_FRAME::Rip |
Definition at line 1080 of file ketypes.h.
Referenced by KiDispatchExceptionToUser(), and KiInitializeUserApc().
| ULONG64 _MACHINE_FRAME::Rsp |
Definition at line 1085 of file ketypes.h.
Referenced by KiDispatchExceptionToUser(), and KiInitializeUserApc().
| USHORT _MACHINE_FRAME::SegCs |
Definition at line 1081 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
| USHORT _MACHINE_FRAME::SegSs |
Definition at line 1086 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().