Método ITTAPI::UnregisterNotifications (tapi3if.h)

O método UnregisterNotifications remove todos os registros de notificação de chamada de entrada que foram executados usando ITTAPI::RegisterCallNotifications.

Sintaxe

HRESULT UnregisterNotifications(
  [in] long lRegister
);

Parâmetros

[in] lRegister

O valor retornado pelo método RegisterCallNotifications no parâmetro plRegister .

Retornar valor

Esse método pode retornar um desses valores.

Valor Significado
S_OK
O método foi bem-sucedido.
E_INVALIDARG
O objeto TAPI ainda não foi inicializado ou o parâmetro lRegister não é válido.
E_OUTOFMEMORY
Existe memória insuficiente para executar a operação.

Requisitos

Requisito Valor
Plataforma de Destino Windows
Cabeçalho tapi3if.h (inclua Tapi3.h)
Biblioteca Uuid.lib
DLL Tapi3.dll

Confira também

ITTAPI

RegisterCallNotifications

Objeto TAPI