Menu

Retrieves a collection of default properties of the check.

Copy Code
HRESULT 
    get_Properties
   (
    IAppVerifierProperites**  
    ppProperties
  
);

Parameters

ppProperties

[out] Points to the interface that represents the properties for the check.

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