ReactOS 0.4.15-dev-7958-gcd0bb1a
_MINIDUMP_EXCEPTION_INFORMATION Struct Reference

#include <dbghelp.h>

Collaboration diagram for _MINIDUMP_EXCEPTION_INFORMATION:

Public Attributes

DWORD ThreadId
 
PEXCEPTION_POINTERS ExceptionPointers
 
BOOL ClientPointers
 

Detailed Description

Definition at line 771 of file dbghelp.h.

Member Data Documentation

◆ ClientPointers

BOOL _MINIDUMP_EXCEPTION_INFORMATION::ClientPointers

Definition at line 775 of file dbghelp.h.

Referenced by WriteMinidump().

◆ ExceptionPointers

PEXCEPTION_POINTERS _MINIDUMP_EXCEPTION_INFORMATION::ExceptionPointers

Definition at line 774 of file dbghelp.h.

Referenced by WriteMinidump().

◆ ThreadId

DWORD _MINIDUMP_EXCEPTION_INFORMATION::ThreadId

Definition at line 773 of file dbghelp.h.

Referenced by WriteMinidump().


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