次の方法で共有


ITTAPI::UnregisterNotifications メソッド (tapi3if.h)

UnregisterNotifications メソッドは、ITTAPI::RegisterCallNotifications を使用して実行された着信呼び出し通知登録を削除します。

構文

HRESULT UnregisterNotifications(
  [in] long lRegister
);

パラメーター

[in] lRegister

plRegister パラメーターの RegisterCallNotifications メソッドによって返される値。

戻り値

このメソッドは、これらの値のいずれかを返すことができます。

意味
S_OK
メソッドが成功しました。
E_INVALIDARG
TAPI オブジェクトがまだ初期化されていないか、 lRegister パラメーターが無効です。
E_OUTOFMEMORY
操作を実行するためのメモリが不足しています。

要件

要件
対象プラットフォーム Windows
ヘッダー tapi3if.h (Tapi3.h を含む)
Library Uuid.lib
[DLL] Tapi3.dll

こちらもご覧ください

ITTAPI

RegisterCallNotifications

TAPI オブジェクト