Menu

Disables Application Verifier for the image.

Copy Code
HRESULT 
    Remove
   (
    BSTR  
    bstrImageName
  
);

Parameters

bstrImageName

[in] Name of the image.

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.

E_INVALIDARG

You passed an invalid argument.

See Also