ReactOS 0.4.15-dev-7924-g5949c20
_MACHINE_FRAME Struct Reference

#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
 

Detailed Description

Definition at line 1040 of file ketypes.h.

Member Data Documentation

◆ EFlags

ULONG _MACHINE_FRAME::EFlags

Definition at line 1045 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ Fill1

USHORT _MACHINE_FRAME::Fill1[3]

Definition at line 1044 of file ketypes.h.

◆ Fill2

ULONG _MACHINE_FRAME::Fill2

Definition at line 1046 of file ketypes.h.

◆ Fill3

USHORT _MACHINE_FRAME::Fill3[3]

Definition at line 1049 of file ketypes.h.

◆ Pc

ULONG _MACHINE_FRAME::Pc

Definition at line 696 of file ketypes.h.

◆ Rip

ULONG64 _MACHINE_FRAME::Rip

Definition at line 1042 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ Rsp

ULONG64 _MACHINE_FRAME::Rsp

Definition at line 1047 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ SegCs

USHORT _MACHINE_FRAME::SegCs

Definition at line 1043 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ SegSs

USHORT _MACHINE_FRAME::SegSs

Definition at line 1048 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ Sp

ULONG _MACHINE_FRAME::Sp

Definition at line 695 of file ketypes.h.


The documentation for this struct was generated from the following files: