Menu

Enables Application Verifier for the image.

Copy Code
HRESULT 
    Add
   (
    BSTR  
    bstrImageName
  ,
    IAppVerifierImage**  
    ppImage
  
);

Parameters

bstrImageName

[in] Name of the image.

ppImage

[out] Points to the image object.

Return Value

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

S_OK

The method succeeded.

E_INVALIDARG

You passed an invalid argument.

E_POINTER

Pointer is invalid.

E_OUTOFMEMORY

Process ran out of memory.

See Also