estructura WER_REPORT_INFORMATION_V5 (werapi.h)
Contiene información de Informe de errores de Windows (WER) usada por la función WerReportCreate.
Sintaxis
typedef struct _WER_REPORT_INFORMATION_V5 {
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_SUBMIT_RESULT submitResultMax;
} WER_REPORT_INFORMATION_V5, *PWER_REPORT_INFORMATION_V5;
Miembros
dwSize
Tamaño de esta estructura, en bytes.
hProcess
Identificador del proceso para el que se genera el informe. Si este miembro es NULL, este es el proceso de llamada.
wzConsentKey[64]
wzFriendlyEventName[128]
wzApplicationName[128]
wzApplicationPath[MAX_PATH]
wzDescription[512]
hwndParent
Identificador de la ventana primaria.
wzNamespacePartner[64]
wzNamespaceGroup[64]
rgbApplicationIdentity[16]
hSnapshot
hDeleteFilesImpersonationToken
submitResultMax
Requisitos
Requisito | Valor |
---|---|
Header | werapi.h |