Menu

Represents a collection of verifier checks and provides metadata information about the checks that are available.

Methods

IAppVerifierChecks::get__NewEnum method

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

IAppVerifierChecks::get_Count method

Retrieves the number of checks in the collection.

IAppVerifierChecks::get_Item method

Retrieves the specified AppVerifierCheck object from the collection.

Remarks

To find the settings for checks on an image with Application Verifier enabled, use the IAppVerifierImageChecks interface.

Inherits from

IDispatch interface

Requirements

Header: Vrfauto.h

Library: Vrfauto.dll

See Also