ReportFault (Compact 2013)
3/28/2014
This function allows an application that performs its own exception handling to report faults to Microsoft.
Syntax
EFaultRepRetVal ReportFault(
LPEXCEPTION_POINTERS pep,
DWORD dwOpt
);
Parameters
- pep
[in] Pointer to an EXCEPTION_POINTERS structure.
- dwOpt
[in] Reserved for system use; set to zero.
Return Value
This function returns one of the following values:
- frrvErrNoDW
No error report was generated.
- frrvOk
Indicates success.
For information about error reporting on Windows Embedded Compact, see Error Reporting.
Requirements
Header |
errorRep.h |
Library |
coredll.lib |