ReactOS 0.4.15-dev-7953-g1f49173
_MINIDUMP_EXCEPTION Struct Reference

#include <dbghelp.h>

Public Attributes

ULONG ExceptionCode
 
ULONG ExceptionFlags
 
ULONG64 ExceptionRecord
 
ULONG64 ExceptionAddress
 
ULONG NumberParameters
 
ULONG __unusedAlignment
 
ULONG64 ExceptionInformation [EXCEPTION_MAXIMUM_PARAMETERS]
 

Detailed Description

Definition at line 760 of file dbghelp.h.

Member Data Documentation

◆ __unusedAlignment

ULONG _MINIDUMP_EXCEPTION::__unusedAlignment

Definition at line 767 of file dbghelp.h.

Referenced by dump_exception_info().

◆ ExceptionAddress

ULONG64 _MINIDUMP_EXCEPTION::ExceptionAddress

Definition at line 765 of file dbghelp.h.

Referenced by dump_exception_info().

◆ ExceptionCode

ULONG _MINIDUMP_EXCEPTION::ExceptionCode

Definition at line 762 of file dbghelp.h.

Referenced by dump_exception_info().

◆ ExceptionFlags

ULONG _MINIDUMP_EXCEPTION::ExceptionFlags

Definition at line 763 of file dbghelp.h.

Referenced by dump_exception_info().

◆ ExceptionInformation

ULONG64 _MINIDUMP_EXCEPTION::ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS]

Definition at line 768 of file dbghelp.h.

Referenced by dump_exception_info().

◆ ExceptionRecord

ULONG64 _MINIDUMP_EXCEPTION::ExceptionRecord

Definition at line 764 of file dbghelp.h.

Referenced by dump_exception_info().

◆ NumberParameters

ULONG _MINIDUMP_EXCEPTION::NumberParameters

Definition at line 766 of file dbghelp.h.

Referenced by dump_exception_info().


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