Menu

Retrieves the check collection.

Copy Code
HRESULT 
    get_Checks
  (
    IAppVerifierChecks**  
    ppChecks
  
);

Parameters

ppChecks

[out] Points to the checks collection.

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 checks collection is a metadata interface that contains information about all checks that are available within Application Verifier. You can retrieve settings for a check that is enabled for an image (application) from the IAppVerifierImageChecks collection, which is accessed from the image object.

See Also