|
DoctorDumpSDK
|
Contains data that identifies your application. More...
#include <CrashRpt.h>
Public Attributes | |
| DWORD | ApplicationInfoSize |
| Size of this structure. Should be set to sizeof(ApplicationInfo). | |
| LPCSTR | ApplicationGUID |
| GUID assigned to this application in form 00000000-0000-0000-0000-000000000000. | |
| LPCSTR | Prefix |
| Prefix that will be used with the dump name: YourPrefix_v1.v2.v3.v4_YYYYMMDD_HHMMSS.mini.dmp. | |
| LPCWSTR | AppName |
| Application name that will be shown in message box. | |
| LPCWSTR | Company |
| Company name that will be shown in message box. | |
| USHORT | V [4] |
| Version of this application. | |
| USHORT | Hotfix |
| Version of hotfix for this application (reserved for future use, should be 0). | |
| LPCWSTR | PrivacyPolicyUrl |
| URL to privacy policy. If NULL default privacy policy is used. | |
Contains data that identifies your application.
1.8.13