|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 1077 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
| ULONG64 _MACHINE_FRAME::Rip |
Definition at line 1074 of file ketypes.h.
Referenced by KiDispatchExceptionToUser(), and KiInitializeUserApc().
| ULONG64 _MACHINE_FRAME::Rsp |
Definition at line 1079 of file ketypes.h.
Referenced by KiDispatchExceptionToUser(), and KiInitializeUserApc().
| USHORT _MACHINE_FRAME::SegCs |
Definition at line 1075 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().
| USHORT _MACHINE_FRAME::SegSs |
Definition at line 1080 of file ketypes.h.
Referenced by KiDispatchExceptionToUser().