Share via


ReportFault (Windows Embedded CE 6.0)

1/6/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

  • 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.

For information about error reporting on Windows Embedded CE, see Error Reporting.**

Requirements

Header errorRep.h
Library coredll.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Exception Functions
EXCEPTION_POINTERS
EXCEPTION_RECORD

Other Resources