Menu

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

Copy Code
HRESULT 
    get_ErrorReporting
   (
    VerifierErrorReporting*  
    pVerifierErrorReporting
  
);

Parameters

pVerifierErrorReporting

[out] Points to an 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