ITAutomatedPhoneControl::get_AutoVolumeControlRepeatPeriod method (tapi3if.h)
The get_AutoVolumeControlRepeatPeriod method retrieves the current value of the AutoVolumeControlRepeatPeriod property. The property controls the period, in milliseconds (ms), of button repeats when a volume button is held down.
Syntax
HRESULT get_AutoVolumeControlRepeatPeriod(
[out] long *plPeriod
);
Parameters
[out] plPeriod
Period, in milliseconds (ms), of button repeats when a volume button is held down.
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 |