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.

Remarks

The IAppVerifierStop interface is for metadata only and does not indicate the status of the check for any particular image. To check the flag for a particular image, use the IAppVerifierImageStop interface that is associated with the image.

See Also