IUIAutomationRangeValuePattern::CurrentMaximum Property

Retrieves the maximum value of the control.

Syntax

HRESULT IUIAutomationRangeValuePattern::get_CurrentMaximum(double *retVal);

Parameters

  • retVal
    The address of a variable that receives the maximum value.

Return Value

Returns S_OK if successful, or an error value otherwise.