Menu

Retrieves the collection of logs for the specified image.

Copy Code
HRESULT 
    get_Logs
  (
    BSTR  
    bstrImage
  ,
    IAppVerifierImageLogs**  
    ppLogs
  
);

Parameters

bstrImage

[out] Name of the image.

ppLogs

[out] Points to a collection of logs for the image.

Return Value

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

S_OK

The method succeeded.

E_POINTER

Pointer is invalid.

Remarks

The logs collection contains the available logs that relate to the specified image. If you pass NULL for the image name, all available logs are retrieved.

See Also