Share via


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

  • 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

See Also

Reference

Exception Functions
EXCEPTION_POINTERS
EXCEPTION_RECORD