ITTAPI::UnregisterNotifications メソッド (tapi3if.h)
UnregisterNotifications メソッドは、ITTAPI::RegisterCallNotifications を使用して実行された着信呼び出し通知登録を削除します。
構文
HRESULT UnregisterNotifications(
[in] long lRegister
);
パラメーター
[in] lRegister
plRegister パラメーターの RegisterCallNotifications メソッドによって返される値。
戻り値
このメソッドは、これらの値のいずれかを返すことができます。
値 | 意味 |
---|---|
|
メソッドが成功しました。 |
|
TAPI オブジェクトがまだ初期化されていないか、 lRegister パラメーターが無効です。 |
|
操作を実行するためのメモリが不足しています。 |
要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | tapi3if.h (Tapi3.h を含む) |
Library | Uuid.lib |
[DLL] | Tapi3.dll |