DMPFILEINFO (Compact 2013)
3/26/2014
This structure is used by GetDmpInfoto describe the characteristics of the dump file.
Syntax
typedef struct tagDMPFILEINFO {
WORD wBucketParams;
LPWSTR rgwzBucketParams[MAX_BUCKETPARAMS];
LPWSTR pwzQueryString;
LPWSTR pwzAppName;
LPWSTR pwzFilesToKeep;
LPWSTR pwzFilesToDelete;
BOOL fGenericParams;
} DMPFILEINFO, *PDMPFILEINFO;
Members
- wBucketParams
The number of elements in the rgwzBucketParams array on entry.
rgwzBucketParams
An array of pointers to WCHAR strings that contain the bucket parameters.Initialize all pointers to NULL.
pwzQueryString
Pointer to a string with additional query strings for upload to watson.microsoft.com.This member can be NULL if no query string exists.
- pwzAppName
Pointer to the name of the crashing application.
pwzFilesToKeep
A list of files to be uploaded with the report.Preserved without change after uploading.
pwzFilesToDelete
A list of files to be uploaded.Deleted after uploading.
fGenericParams
Flag indicating whether the bucket parameters contain generic information.FALSE if the upload is an exception dump.
Remarks
For exception mode minidumps, the minimum value for wBucketParams is 9.
The first parameter, at index 0, indicates the event type for generic mode upload.
If the bucket parameters are from an exception dump, the same bucket parameters can be used for exception mode upload or generic mode upload.
For a manifest file, use only generic mode upload.
Requirements
Header |
dwdmptxt.h |
Library |
dwdmptxt.lib |