Método ITCallNotificationEvent::get_Event (tapi3if.h)

O método get_Event retorna uma CALL_NOTIFICATION_EVENT descrição de se o aplicativo possui ou está monitorando a chamada na qual o evento ocorreu.

Sintaxe

HRESULT get_Event(
  [out] CALL_NOTIFICATION_EVENT *pCallNotificationEvent
);

Parâmetros

[out] pCallNotificationEvent

Ponteiro para a descrição CALL_NOTIFICATION_EVENT do privilégio do aplicativo na chamada retornada por ITCallNotificationEvent::get_Call.

Retornar valor

Esse método pode retornar um desses valores.

Valor Significado
S_OK
O método foi bem-sucedido.
E_OUTOFMEMORY
Há memória insuficiente para executar a operação.
E_POINTER
O parâmetro pCallNotificationEvent não é um ponteiro válido.

Requisitos

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

Confira também

CALL_NOTIFICATION_EVENT

Objeto Call

ITCallNotificationEvent