Menu

Retrieves a flag that indicates if the Application Verifier stop is active.

Copy Code
HRESULT 
    get_Active
   (
    VARIANT_BOOL*  
    pbResult
  
);

Parameters

pbResult

[out] Points to the flag that indicates if the stop is active. If the flag is TRUE, the stop is active. If the flag is 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.

E_POINTER

Pointer is invalid.

See Also