ITAutomatedPhoneControl::put_AutoVolumeControlRepeatDelay method (tapi3if.h)
The put_AutoVolumeControlRepeatDelay method sets the AutoVolumeControlRepeatDelay property. The property specifies the delay, in milliseconds (ms), before a volume button starts repeating when it is held down.
Syntax
HRESULT put_AutoVolumeControlRepeatDelay(
[in] long lDelay
);
Parameters
[in] lDelay
Delay, in milliseconds (ms), before the volume button starts repeating. The default value is 500 ms.
Return value
If the method succeeds, it returns S_OK. Otherwise, it returns an error value.
Remarks
The AutoVolumeControlRepeatDelay property is valid only if the value of the AutoKeypadTones property is VARIANT_TRUE.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |