Compartir a través de


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

El método get_Event devuelve una descripción CALL_NOTIFICATION_EVENT de si la aplicación posee o supervisa la llamada en la que se ha producido el evento.

Sintaxis

HRESULT get_Event(
  [out] CALL_NOTIFICATION_EVENT *pCallNotificationEvent
);

Parámetros

[out] pCallNotificationEvent

Puntero a la descripción CALL_NOTIFICATION_EVENT del privilegio de la aplicación en la llamada devuelta por ITCallNotificationEvent::get_Call.

Valor devuelto

Este método puede devolver uno de estos valores.

Valor Significado
S_OK
El método se realizó correctamente.
E_OUTOFMEMORY
Existe memoria insuficiente para realizar la operación.
E_POINTER
El parámetro pCallNotificationEvent no es un puntero válido.

Requisitos

Requisito Value
Plataforma de destino Windows
Encabezado tapi3if.h (include Tapi3.h)
Library Uuid.lib
Archivo DLL Tapi3.dll

Consulte también

CALL_NOTIFICATION_EVENT

Call (objeto)

ITCallNotificationEvent