Menu

Retrieves the specified IAppVerifierImageLog object from the collection.

Copy Code
HResult 
    get_Item
   (
    long  
    lLogIndex
  ,
    IAppVerifierImageLog**  
    ppLog
  
);

Parameters

lLogIndex

[in] Zero-based index of the log to retrieve from the collection.

ppLog

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

See Also