|
DoctorDumpSDK
|
Information about the exception. More...
#include <CrashRpt.h>
Public Attributes | |
| DWORD | ExceptionInfoSize |
| Size of this structure. Should be set to sizeof(ExceptionInfo). | |
| LPBYTE | UserData |
| Pointer to user-defined data buffer. | |
| DWORD | UserDataSize |
| Size of userData buffer. | |
| HANDLE | Process |
| Handle to the crashed process. | |
| DWORD | ProcessId |
| Process ID of the crashed process. | |
| LPVOID | ExceptInfo |
| Pointer to MINIDUMP_EXCEPTION_INFORMATION structure. | |
| BOOL | WasAssert |
| Is it assert? (see crash_rpt::CrashRpt::SkipDoctorDump_SendAssertionViolated). | |
| LPCSTR | DumpGroup |
| Used-defined dump group (see crash_rpt::CrashRpt::SkipDoctorDump_SendAssertionViolated). | |
| int | DumpID |
| Dump ID of this crash in DrDump service. | |
| int | DumpGroupID |
| DumpGroup ID of this crash in DrDump service. | |
| int | ProblemID |
| Problem ID of this crash in DrDump service. | |
Information about the exception.
1.8.13