ReportFault

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

  • 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

Other Resources