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.
A version of this page is also available for
4/8/2010
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] This value is reserved for system use and should be set to zero.
Return Value
This function returns one of the following values:
- frrvErrNoDW
No error report was generated.
- frrvOk
Indicates success.
Requirements
| Header | errorRep.h |
| Library | coredll.lib |
| Windows Embedded CE | Windows CE 5.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Exception Functions
EXCEPTION_POINTERS
EXCEPTION_RECORD