Menu

Retrieves a collection of checks for the image.

Copy Code
HRESULT 
    get_Checks
   (
    IAppVerifierImageChecks**  
    ppChecks
  
);

Parameters

ppChecks

[out] Points to a collection of checks for the image.

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.

See Also