共用方式為


ITDigitsGatheredEvent::get_GatherTermination 方法 (tapi3if.h)

get_GatherTermination 方法會取得TAPI Server在呼叫上終止數位收集的原因。

語法

HRESULT get_GatherTermination(
  [out] TAPI_GATHERTERM *pGatherTermination
);

參數

[out] pGatherTermination

TAPI_GATHERTERM 列舉的值指標。

傳回值

這個方法可以傳回其中一個值。

傳回碼 描述
S_OK
方法成功。
E_POINTER
pGatherTermination 參數不是有效的指標。

規格需求

需求
目標平台 Windows
標頭 tapi3if.h
程式庫 Uuid.lib
Dll Tapi3.dll

另請參閱

ITDigitsGatheredEvent