|
DoctorDumpSDK
|
Contains data for optional custom data collection after the crash in context of sendrpt.exe process. More...
#include <CrashRpt.h>
Public Attributes | |
| DWORD | SettingsSize |
| Size of this structure. Should be set to sizeof(crash_rpt::custom_data_collection::Settings). | |
| LPCWSTR | CollectionLibraryPath |
| Path to dll where collection function exported from. | |
| LPCSTR | CollectionFunctionName |
| Name of collection function exported from CollectionLibraryPath. It should have crash_rpt::custom_data_collection::PFNCUSTOMDATACOLLECTIONCALLBACK prototype. | |
| LPBYTE | UserData |
| Pointer to user-defined data buffer. | |
| DWORD | UserDataSize |
| Size of UserData buffer. | |
Contains data for optional custom data collection after the crash in context of sendrpt.exe process.
1.8.13