Menu

Retrieves the specified IAppVerifierImage object from the collection.

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

Parameters

bstrImageName

[in] Name of the image to retrieve from the collection.

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_FAIL

The method failed.

E_POINTER

Pointer is invalid.

See Also