|
DoctorDumpSDK
|
Information about exception being processed. More...
#include <CrashRpt.h>
Public Attributes | |
| DWORD | ExceptionInfoSize |
| Size of this structure. Should be set to sizeof(ExceptionInfo). | |
| BOOL | FromSendReport |
| Indicates is exception processed using CrashRpt::SendReport() call. | |
| PEXCEPTION_POINTERS | ExceptionPointers |
| Exception pointers. ExceptionPointers->ExceptionRecord->ExceptionCode contains SEH code or ExceptionAssertionViolated or other Exception* constants for C/C++ special handlers. | |
| DWORD | ThreadId |
| Thread identifier of the crashed thread. | |
Information about exception being processed.
1.8.13