Menu

Represents the collection of images (applications) for which Application Verifier is enabled.

Methods

IAppVerifierImages::Add method

Enables Application Verifier for the image.

IAppVerifierImages::get__NewEnum method

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

IAppVerifierImages::get_Count method

Retrieves the number of images in the collection.

IAppVerifierImages::get_Item method

Retrieves the specified IAppVerifierImage object from the collection.

IAppVerifierImages::Remove method

Disables Application Verifier for the image.

Inherits from

IDispatch interface

Requirements

Header: Vrfauto.h

Library: Vrfauto.dll

See Also