Platform SDK: TAPI

ITQOSEvent

The ITQOSEvent interface contains methods that retrieve the description of quality of service (QOS) events. When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_QOSEVENT, the method's pEvent parameter is an IDispatch pointer for the ITQOSEvent interface. The methods of this interface can be used to retrieve information concerning a QOS event that has occurred.

Note  You must call the ITTAPI::put_EventFilter method and set an event filter mask that includes the TE_QOSEVENT to enable reception of QOS events. If you do not call ITTAPI::put_EventFilter, your application will not receive any events. For more information, see the Events overview.

Methods in Vtable Order

IUnknown Methods

IDispatch Methods

ITQOSEvent methods Description
get_Call Gets a pointer to the ITCallInfo interface.
get_Event Gets the QOS_EVENT descriptor of the event.
get_MediaType Gets the media type description.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
  Library: Use T3iid.lib.

See Also

ITTAPIEventNotification::Event, TAPI_EVENT, ITCallInfo, QOS_EVENT, media type