Share via


IRangeValueProvider::Value Property

Gets the value of the control.

Syntax

HRESULT IRangeValueProvider::get_Value(double *pRetVal);

Parameters

  • pRetVal
    [retval][out] The address of a variable that receives the value of the control, or NULL if the control does not support IRangeValueProvider::Value. This parameter is passed uninitialized.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UI Automation Providers Overview