This function allows an application that performs its own exception handling to report faults to Microsoft.
EFaultRepRetVal ReportFault(LPEXCEPTION_POINTERSpep, DWORD dwOpt);
Parameters
- pep
[in] Pointer to an EXCEPTION_POINTERS structure. - dwOpt
[in] This value is reserved for system use and should be set to zero.
Return Values
This function returns one of the following values.
| Return code | Description |
|---|---|
| frrvErrNoDW | No error report generated. |
| frrvOk | The function succeeded. |
These return values indicate whether an error report was successfully generated. A successful return value does not indicate that the fault was successfully reported.
Requirements
OS Versions: Windows CE 5.0 or later.
Header: ErrorRep.h.
Link Library: Coredll.lib.
See Also
EXCEPTION_POINTERS | EXCEPTION_RECORD | Exception Handling for Windows CEWindows CE Error Reporting
Send Feedback on this topic to the authors