Skip to content

Latest commit

 

History

History
85 lines (63 loc) · 3.65 KB

nf-tapi3if-itautomatedphonecontrol-put_autostoptonesononhook.md

File metadata and controls

85 lines (63 loc) · 3.65 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tapi3if.ITAutomatedPhoneControl.put_AutoStopTonesOnOnHook
ITAutomatedPhoneControl::put_AutoStopTonesOnOnHook (tapi3if.h)
The put_AutoStopTonesOnOnHook method sets the AutoStopTonesOnOnHook property for this phone.
ITAutomatedPhoneControl interface [TAPI 2.2]
put_AutoStopTonesOnOnHook method
ITAutomatedPhoneControl.put_AutoStopTonesOnOnHook
ITAutomatedPhoneControl::put_AutoStopTonesOnOnHook
_tapi3_itautomatedphonecontrol_put_autostoptonesononhook
put_AutoStopTonesOnOnHook
put_AutoStopTonesOnOnHook method [TAPI 2.2]
put_AutoStopTonesOnOnHook method [TAPI 2.2]
ITAutomatedPhoneControl interface
tapi3.itautomatedphonecontrol_put_autostoptonesononhook
tapi3if/ITAutomatedPhoneControl::put_AutoStopTonesOnOnHook
tapi3\itautomatedphonecontrol_put_autostoptonesononhook.htm
tapi3
0047b631-91fc-47fb-aa38-cedb096a5646
12/05/2018
ITAutomatedPhoneControl interface [TAPI 2.2],put_AutoStopTonesOnOnHook method, ITAutomatedPhoneControl.put_AutoStopTonesOnOnHook, ITAutomatedPhoneControl::put_AutoStopTonesOnOnHook, _tapi3_itautomatedphonecontrol_put_autostoptonesononhook, put_AutoStopTonesOnOnHook, put_AutoStopTonesOnOnHook method [TAPI 2.2], put_AutoStopTonesOnOnHook method [TAPI 2.2],ITAutomatedPhoneControl interface, tapi3.itautomatedphonecontrol_put_autostoptonesononhook, tapi3if/ITAutomatedPhoneControl::put_AutoStopTonesOnOnHook
tapi3if.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAutomatedPhoneControl::put_AutoStopTonesOnOnHook
tapi3if/ITAutomatedPhoneControl::put_AutoStopTonesOnOnHook
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAutomatedPhoneControl.put_AutoStopTonesOnOnHook

ITAutomatedPhoneControl::put_AutoStopTonesOnOnHook

-description

The put_AutoStopTonesOnOnHook method sets the AutoStopTonesOnOnHook property for this phone. When this feature is enabled, the phone going onhook results in the termination of any tone produced on the audio render device associated with the phone (via a call to ITAutomatedPhoneControl::StopTone).

-parameters

-param fEnabled [in]

If VARIANT_TRUE, enables automatic stop of tone generation if the phone goes onhook. If VARIANT_FALSE, disables automatic stop if the phone goes onhook. The default value is VARIANT_TRUE.

-returns

If the method succeeds, it returns S_OK. Otherwise, it returns an error value.

-remarks

The AutoStopTonesOnOnHook property functions only when the value of the PhoneHandlingEnabled property is VARIANT_TRUE. You can set the AutoStopTonesOnOnHook property at any time. The reconfiguration takes effect the next time the phone goes onhook.

-see-also

ITAutomatedPhoneControl

ITAutomatedPhoneControl::StopTone

get_AutoStopTonesOnOnHook

put_PhoneHandlingEnabled