WER_RUNTIME_EXCEPTION_INFORMATION struttura (werapi.h)

Contiene le informazioni sulle eccezioni Segnalazione errori Windows (WER) usate per determinare se si vuole richiedere l'arresto anomalo.

Sintassi

typedef struct _WER_RUNTIME_EXCEPTION_INFORMATION {
  DWORD            dwSize;
  HANDLE           hProcess;
  HANDLE           hThread;
  EXCEPTION_RECORD exceptionRecord;
  CONTEXT          context;
  PCWSTR           pwszReportId;
  BOOL             bIsFatal;
  DWORD            dwReserved;
} WER_RUNTIME_EXCEPTION_INFORMATION, *PWER_RUNTIME_EXCEPTION_INFORMATION;

Members

dwSize

Dimensioni, in byte, di questa struttura.

hProcess

Handle al processo che si è arrestato in modo anomalo.

hThread

Handle al thread che si è arrestato in modo anomalo.

exceptionRecord

Struttura EXCEPTION_RECORD contenente le informazioni sull'eccezione.

context

Struttura CONTEXT che contiene le informazioni sul contesto.

pwszReportId

Puntatore a una stringa con terminazione Null che contiene le dimensioni delle informazioni sull'eccezione.

bIsFatal

dwReserved

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione werapi.h

Vedi anche

OutOfProcessExceptionEventCallback, Segnalazione errori Windows