IRangeValueProvider::Minimum Property

Gets the minimum range value supported by the control.

Syntax

HRESULT IRangeValueProvider::get_Minimum(double *pRetVal);

Parameters

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

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UI Automation Providers Overview