ITAutomatedPhoneControl::get_AutoVolumeControlRepeatDelay method (tapi3if.h)

The get_AutoVolumeControlRepeatDelay method retrieves the current value of the AutoVolumeControlRepeatDelay property. The property specifies the delay, in milliseconds (ms), before a volume button starts repeating when it is held down.

Syntax

HRESULT get_AutoVolumeControlRepeatDelay(
  [out] long *plDelay
);

Parameters

[out] plDelay

Delay, in milliseconds, of the volume repeat delay. 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

See also

ITAutomatedPhoneControl

put_AutoKeypadTones

put_AutoVolumeControlRepeatDelay