Menu

Sets or resets a flag that indicates if the Application Verifier stop is active.

Copy Code
HRESULT 
    put_Active
   (
    VARIANT_BOOL  
    vValue
  
);

Parameters

vValue

[in] Value to set the flag that indicates if the stop is active. If the flag is set to TRUE, the stop is active. If the flag is set to FALSE, the stop is inactive.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

See Also