Menu

Retrieves a value that indicates if the check is enabled.

Copy Code
HRESULT 
    get_Enabled
  (
    VARIANT_BOOL*  
    pbResult
  
);

Subhead

pbResult

[Out] Boolean value that is TRUE when the check is enabled; otherwise, the value is FALSE. The value is TRUE by default.

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.

E_UNEXPECTED

Unexpected error occurred.

See Also