次の方法で共有


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