Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum range value supported by the control.
Syntax
HRESULT IRangeValueProvider::get_Maximum(double *pRetVal);
Parameters
- pRetVal
[retval][out] The address of a variable that receives the maximum value supported by the control, or NULL if the control does not support IRangeValueProvider::Maximum. This parameter is passed uninitialized.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also