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_POINTER

Pointer is invalid.

Remarks

The IAppVerifierStop interface is for metadata only and does not indicate the status of error reporting for any particular image. To check error reporting for a particular image, use the IAppVerifierImageStop interface that is associated with the image.

See Also