itLegacyCallMediaControl2::GenerateCustomTones 方法 (tapi3if.h)
GenerateCustomTones 方法生成指定的自定义音调。
此方法适用于 C/C++ 应用程序。 Visual Basic 和脚本应用程序应改用 GenerateCustomTonesByCollection 方法。
语法
HRESULT GenerateCustomTones(
[in] TAPI_CUSTOMTONE *pToneList,
[in] long lNumTones,
[in] long lDuration
);
参数
[in] pToneList
指向 TAPI_CUSTOMTONE 数组的指针,该数组指定要生成的音调。
[in] lNumTones
pToneList 参数指定的数组中的条目数。
[in] lDuration
应维持音调的持续时间(以毫秒为单位)。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
注解
此方法转换为对 TAPI 2 的调用。xlineGenerateTone 函数。
要求
目标平台 | Windows |
标头 | tapi3if.h |
Library | Uuid.lib |
DLL | Tapi3.dll |