Condividi tramite


WER_REPORT_INFORMATION_V3 struttura (werapi.h)

Contiene informazioni Segnalazione errori Windows (WER) usate dalla funzione WerReportCreate.

Sintassi

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;

Members

dwSize

Dimensioni di questa struttura, in byte.

hProcess

Handle per il processo per il quale viene generato il report. Se questo membro è NULL, si tratta del processo chiamante.

wzConsentKey[64]

wzFriendlyEventName[128]

wzApplicationName[128]

wzApplicationPath[MAX_PATH]

wzDescription[512]

hwndParent

Handle alla finestra padre.

wzNamespacePartner[64]

wzNamespaceGroup[64]

Requisiti

Requisito Valore
Intestazione werapi.h

Vedi anche

WerReportCreate, Segnalazione errori Windows