DoctorDumpSDK
|
This is namespace crash_rpt. More...
Namespaces | |
crt_error_handlers | |
This is namespace crash_rpt::crt_error_handlers. | |
custom_data_collection | |
Optional custom data collection after the crash in context of sendrpt.exe process. | |
Classes | |
struct | ApplicationInfo |
Contains data that identifies your application. More... | |
class | CrashRpt |
To enable crash processing you should create an instance of this class. More... | |
struct | ExceptionInfo |
Information about exception being processed. More... | |
struct | HandlerSettings |
Contains crash handling behavior customization parameters. More... | |
Typedefs | |
typedef CrashProcessingCallbackResult(CALLBACK * | PFNCRASHPROCESSINGCALLBACK) (CrashProcessingCallbackStage stage, ExceptionInfo *exceptionInfo, LPVOID userData) |
Client crash callback function prototype. | |
Enumerations | |
enum | CrashProcessingCallbackStage { BeforeSendReport, AfterSendReport } |
Stages when crash processing callback called. More... | |
enum | CrashProcessingCallbackResult { DoDefaultActions, SkipSendReportReturnDefaultResult, ContinueExecution, ContinueSearch, ExecuteHandler } |
Result code for crash processing callback. More... | |
This is namespace crash_rpt.
Result code for crash processing callback.