IAppVerifierImageChecks::get_Item method |
See Also� |
Retrieves the specified IAppVerifierImageCheck object from the collection.
� | Copy Code |
---|---|
HRESULT get_Item ( BSTR bstrGUID , IAppVerifierImageCheck** 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.