Menu

Retrieves the specified AppVerifierCheck object from the collection.

Copy Code
HRESULT 
    get_Item
   (
    BSTR  
    bstrGUID
  ,
    IAppVerifierCheck**  
    ppCheck
  
);

Parameters

bstrGUID

[in] GUID that identifies the check object to be returned.

ppCheck

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

Procedure failed.

E_POINTER

Pointer is invalid.

See Also