ReactOS 0.4.15-dev-7788-g1ad9096
MINIDUMP_EXCEPTION_STREAM Struct Reference

#include <dbghelp.h>

Collaboration diagram for MINIDUMP_EXCEPTION_STREAM:

Public Attributes

ULONG ThreadId
 
ULONG __alignment
 
MINIDUMP_EXCEPTION ExceptionRecord
 
MINIDUMP_LOCATION_DESCRIPTOR ThreadContext
 

Detailed Description

Definition at line 778 of file dbghelp.h.

Member Data Documentation

◆ __alignment

ULONG MINIDUMP_EXCEPTION_STREAM::__alignment

Definition at line 781 of file dbghelp.h.

Referenced by dump_exception_info().

◆ ExceptionRecord

MINIDUMP_EXCEPTION MINIDUMP_EXCEPTION_STREAM::ExceptionRecord

Definition at line 782 of file dbghelp.h.

Referenced by dump_exception_info().

◆ ThreadContext

MINIDUMP_LOCATION_DESCRIPTOR MINIDUMP_EXCEPTION_STREAM::ThreadContext

Definition at line 783 of file dbghelp.h.

Referenced by dump_exception_info().

◆ ThreadId

ULONG MINIDUMP_EXCEPTION_STREAM::ThreadId

Definition at line 780 of file dbghelp.h.

Referenced by dump_exception_info().


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