Menu

Represents a collection of log files that were created during previous runs of Application Verifier for a given image (application).

Methods

IAppVerifierImageLogs::get__NewEnum method

Retrieves the IEnumVARIANT or IEnumUnknown enumerator interface for the collection of checks. Use the interface to retrieve objects from the collection.

IAppVerifierImageLogs::get_Count method

Retrieves the number of logs in the collection.

IAppVerifierImageLogs::get_Item method

Retrieves the specified IAppVerifierImageLog object from the collection.

IAppVerifierImageLogs::Remove method

Deletes a log from the collection.

Inherits from

IDispatch interface

Requirements

Header: Vrfauto.h

Library: Vrfauto.dll

See Also