Menu

Sets the settings that determine the method of reporting when Application Verifier encounters an error.

Copy Code
HRESULT 
    put_ErrorReporting
   (
    VerifierErrorReporting  
    errorReporting
  
);

Parameters

errorReporting

[in] Enumeration value that represents the method of reporting errors.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_FAIL

The method failed.

See Also