itCallNotificationEvent 接口 (tapi3if.h)

ITCallNotificationEvent 接口包含检索呼叫通知事件说明的方法。 当应用程序实现的 ITTAPIEventNotification::Event 方法指示TAPI_EVENT等于TE_CALLNOTIFICATION时,该方法的 pEvent 参数是 ITCallNotificationEvent 接口的 IDispatch 指针。 此接口的方法可用于检索有关已发生的呼叫通知事件的信息。

此传出接口注册到 TAPI 对象,以获取有关调用的所有信息。 在注册此接口之前,应用程序必须对 TAPI 对象调用 ITTAPI::RegisterCallNotifications 方法。

注意 必须调用 ITTAPI::p ut_EventFilter 方法,并设置包含 TE_CALLNOTIFICATION 事件的事件筛选器掩码,以便接收呼叫通知事件。 如果不调用 ITTAPI::p ut_EventFilter,应用程序将不会收到任何事件。 有关详细信息,请参阅 事件 概述。
 

继承

ITCallNotificationEvent 接口继承自 IDispatch 接口。 ITCallNotificationEvent 还具有以下类型的成员:

方法

ITCallNotificationEvent 接口包含以下方法。

 
ITCallNotificationEvent::get_Call

get_Call 方法返回发生了调用事件的 ITCallInfo 接口。
ITCallNotificationEvent::get_CallbackInstance

get_CallbackInstance 方法获取指向与此事件关联的回调实例的指针。 (ITCallNotificationEvent.get_CallbackInstance)
ITCallNotificationEvent::get_Event

get_Event 方法返回应用程序是拥有还是正在监视发生事件的调用的CALL_NOTIFICATION_EVENT说明。

要求

要求
目标平台 Windows
标头 tapi3if.h (包括 Tapi3.h)

另请参阅

调用对象

IDispatch

ITTAPI::RegisterCallNotifications

ITTAPIEventNotification::Event

注册事件代码片段

TAPI_EVENT