Menu

Retrieves a collection of Application Verifier stops that are associated with the check.

Copy Code
HRESULT 
    get_Stops
   (
    IAppVerifierStops**  
    ppStops
  
);

Parameters

ppStops

[out] Points to a collection of Application Verifier stops.

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