Interfaz ITRequestEvent (tapi3if.h)
La interfaz ITRequestEvent contiene métodos que permiten a una aplicación recibir y procesar eventos de solicitud de telefonía asistida . Cuando la implementación de la aplicación del método ITTAPIEventNotification::Event indica un TAPI_EVENT igual a TE_REQUEST, el parámetro pEvent del método es un puntero IDispatch para la interfaz ITRequestEvent . Los métodos de esta interfaz se pueden usar para recuperar información relativa a un evento de solicitud que se ha producido.
Herencia
La interfaz ITRequestEvent hereda de la interfaz IDispatch . ITRequestEvent también tiene estos tipos de miembros:
Métodos
La interfaz ITRequestEvent tiene estos métodos.
ITRequestEvent::get_AppName El método get_AppName obtiene el nombre de la aplicación. |
ITRequestEvent::get_CalledParty El método get_CalledParty obtiene la entidad llamada. |
ITRequestEvent::get_Comment El método get_Comment obtiene el comentario. |
ITRequestEvent::get_DestAddress El método get_DestAddress obtiene la dirección de destino. |
ITRequestEvent::get_RegistrationInstance El método get_RegistrationInstance obtiene la instancia de registro. |
ITRequestEvent::get_RequestMode El método get_RequestMode obtiene el modo de la solicitud. |
Requisitos
Plataforma de destino | Windows |
Encabezado | tapi3if.h (incluya Tapi3.h) |
Consulte también
ITTAPIEventNotification::Event