structure WER_RUNTIME_EXCEPTION_INFORMATION (werapi.h)
Contient les informations d’exception Rapport d'erreurs Windows (WER) utilisées pour déterminer si vous souhaitez revendiquer le blocage.
Syntaxe
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;
Membres
dwSize
Taille, en octets, de cette structure.
hProcess
Handle du processus qui s’est planté.
hThread
Handle du thread qui s’est planté.
exceptionRecord
Structure EXCEPTION_RECORD qui contient les informations d’exception.
context
Structure CONTEXT qui contient les informations de contexte.
pwszReportId
Pointeur vers une chaîne constante terminée par null qui contient la taille des informations d’exception.
bIsFatal
dwReserved
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
En-tête | werapi.h |
Voir aussi
OutOfProcessExceptionEventCallback, Rapport d'erreurs Windows