structure WER_REPORT_INFORMATION_V3 (werapi.h)
Contient les informations Rapport d'erreurs Windows (WER) utilisées par la fonction WerReportCreate.
Syntaxe
typedef struct _WER_REPORT_INFORMATION_V3 {
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];
} WER_REPORT_INFORMATION_V3, *PWER_REPORT_INFORMATION_V3;
Membres
dwSize
Taille de cette structure, en octets.
hProcess
Handle du processus pour lequel le rapport est généré. Si ce membre a la valeur NULL, il s’agit du processus appelant.
wzConsentKey[64]
wzFriendlyEventName[128]
wzApplicationName[128]
wzApplicationPath[MAX_PATH]
wzDescription[512]
hwndParent
Handle de la fenêtre parente.
wzNamespacePartner[64]
wzNamespaceGroup[64]
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | werapi.h |