Menu

Retrieves the collection of images (applications) that have enabled Application Verifier.

Copy Code
HRESULT 
    get_Images
  (
    IAppVerifierImages**  
    ppImages
  
);

Parameters

ppImages

[out] Points to the images 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 images collection contains information about all images (applications) that have enabled Application Verifier. To disable verification for an image, remove the image from the collection.

See Also