Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |