ReactOS 0.4.15-dev-8061-g57b775e
_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 1055 of file ketypes.h.

Member Data Documentation

◆ EFlags

ULONG _MACHINE_FRAME::EFlags

Definition at line 1060 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ Fill1

USHORT _MACHINE_FRAME::Fill1[3]

Definition at line 1059 of file ketypes.h.

◆ Fill2

ULONG _MACHINE_FRAME::Fill2

Definition at line 1061 of file ketypes.h.

◆ Fill3

USHORT _MACHINE_FRAME::Fill3[3]

Definition at line 1064 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 1057 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ Rsp

ULONG64 _MACHINE_FRAME::Rsp

Definition at line 1062 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ SegCs

USHORT _MACHINE_FRAME::SegCs

Definition at line 1058 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ SegSs

USHORT _MACHINE_FRAME::SegSs

Definition at line 1063 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: