ReactOS 0.4.15-dev-7842-g558ab78
_KUSER_EXCEPTION_STACK Struct Reference

#include <ketypes.h>

Collaboration diagram for _KUSER_EXCEPTION_STACK:

Public Attributes

CONTEXT Context
 
EXCEPTION_RECORD ExceptionRecord
 
ULONG64 Alignment
 
MACHINE_FRAME MachineFrame
 

Detailed Description

Definition at line 1078 of file ketypes.h.

Member Data Documentation

◆ Alignment

ULONG64 _KUSER_EXCEPTION_STACK::Alignment

Definition at line 1082 of file ketypes.h.

◆ Context

CONTEXT _KUSER_EXCEPTION_STACK::Context

Definition at line 1080 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ ExceptionRecord

EXCEPTION_RECORD _KUSER_EXCEPTION_STACK::ExceptionRecord

Definition at line 1081 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().

◆ MachineFrame

MACHINE_FRAME _KUSER_EXCEPTION_STACK::MachineFrame

Definition at line 1083 of file ketypes.h.

Referenced by KiDispatchExceptionToUser().


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