ITDigitsGatheredEvent::get_GatherTermination 方法 (tapi3if.h)

get_GatherTermination 方法获取 TAPI 服务器在调用中终止数字收集的原因。

语法

HRESULT get_GatherTermination(
  [out] TAPI_GATHERTERM *pGatherTermination
);

参数

[out] pGatherTermination

指向 TAPI_GATHERTERM 枚举中的值的指针。

返回值

此方法可以返回其中一个值。

返回代码 说明
S_OK
方法成功。
E_POINTER
pGatherTermination 参数不是有效的指针。

要求

要求
目标平台 Windows
标头 tapi3if.h
Library Uuid.lib
DLL Tapi3.dll

另请参阅

ITDigitsGatheredEvent