Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains Windows Error Reporting (WER) exception information for the WerReportAddDump function.
Syntax
typedef struct _WER_EXCEPTION_INFORMATION {
PEXCEPTION_POINTERS pExceptionPointers;
BOOL bClientPointers;
} WER_EXCEPTION_INFORMATION, *PWER_EXCEPTION_INFORMATION;
Members
pExceptionPointers
A pointer to an EXCEPTION_POINTERS structure.
bClientPointers
A process (calling process) can provide error reporting functionality for another process (client process). If this member is TRUE, the exception pointer is located inside the address space of the client process. If this member is FALSE, the exception pointer is located inside the address space of the calling process.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | werapi.h |