IUIAutomationRangeValuePattern::CachedLargeChange Property

Retrieves from the cache the amount by which the value of the control is changed when a large adjustment is made.

Syntax

HRESULT IUIAutomationRangeValuePattern::get_CachedLargeChange(double *retVal);

Parameters

  • retVal
    The address of a variable that receives the cached large change amount.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The LargeChange property can support a Not a Number (NaN) value. When retrieving this property, a client can use the _isnan function to determine whether the property is a NaN value.

See Also

IUIAutomationRangeValuePattern::CachedSmallChange