ReactOS 0.4.15-dev-6661-gcc6e444
_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 978 of file ketypes.h.

Member Data Documentation

◆ EFlags

ULONG _MACHINE_FRAME::EFlags

Definition at line 983 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ Fill1

USHORT _MACHINE_FRAME::Fill1[3]

Definition at line 982 of file ketypes.h.

◆ Fill2

ULONG _MACHINE_FRAME::Fill2

Definition at line 984 of file ketypes.h.

◆ Fill3

USHORT _MACHINE_FRAME::Fill3[3]

Definition at line 987 of file ketypes.h.

◆ Pc

ULONG _MACHINE_FRAME::Pc

Definition at line 691 of file ketypes.h.

◆ Rip

ULONG64 _MACHINE_FRAME::Rip

Definition at line 980 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ Rsp

ULONG64 _MACHINE_FRAME::Rsp

Definition at line 985 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ SegCs

USHORT _MACHINE_FRAME::SegCs

Definition at line 981 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ SegSs

USHORT _MACHINE_FRAME::SegSs

Definition at line 986 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ Sp

ULONG _MACHINE_FRAME::Sp

Definition at line 690 of file ketypes.h.


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