Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains Windows Error Reporting (WER) information used by the WerReportCreate function.
Syntax
typedef struct _WER_REPORT_INFORMATION_V4 {
DWORD dwSize;
HANDLE hProcess;
WCHAR wzConsentKey[64];
WCHAR wzFriendlyEventName[128];
WCHAR wzApplicationName[128];
WCHAR wzApplicationPath[MAX_PATH];
WCHAR wzDescription[512];
HWND hwndParent;
WCHAR wzNamespacePartner[64];
WCHAR wzNamespaceGroup[64];
BYTE rgbApplicationIdentity[16];
HANDLE hSnapshot;
HANDLE hDeleteFilesImpersonationToken;
} WER_REPORT_INFORMATION_V4, *PWER_REPORT_INFORMATION_V4;
Members
dwSize
The size of this structure, in bytes.
hProcess
A handle to the process for which the report is being generated. If this member is NULL, this is the calling process.
wzConsentKey[64]
wzFriendlyEventName[128]
wzApplicationName[128]
wzApplicationPath[MAX_PATH]
wzDescription[512]
hwndParent
A handle to the parent window.
wzNamespacePartner[64]
wzNamespaceGroup[64]
rgbApplicationIdentity[16]
hSnapshot
hDeleteFilesImpersonationToken
Requirements
Requirement | Value |
---|---|
Header | werapi.h |