Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 3.14 KB

nn-tapi3if-itrequestevent.md

File metadata and controls

85 lines (65 loc) · 3.14 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:tapi3if.ITRequestEvent
ITRequestEvent (tapi3if.h)
The ITRequestEvent interface contains methods that allow an application to receive and process Assisted Telephony request events.
ITRequestEvent
ITRequestEvent interface [TAPI 2.2]
ITRequestEvent interface [TAPI 2.2]
described
_tapi3_itrequestevent
tapi3.itrequestevent
tapi3if/ITRequestEvent
tapi3\itrequestevent.htm
tapi3
69f9b504-be01-4167-8002-32a8e86bab0f
12/05/2018
ITRequestEvent, ITRequestEvent interface [TAPI 2.2], ITRequestEvent interface [TAPI 2.2],described, _tapi3_itrequestevent, tapi3.itrequestevent, tapi3if/ITRequestEvent
tapi3if.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITRequestEvent
tapi3if/ITRequestEvent
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITRequestEvent

ITRequestEvent interface

-description

The ITRequestEvent interface contains methods that allow an application to receive and process Assisted Telephony request events. When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_REQUEST, the method's pEvent parameter is an IDispatch pointer for the ITRequestEvent interface. The methods of this interface can be used to retrieve information concerning a request event that has occurred.

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

-inheritance

The ITRequestEvent interface inherits from the IDispatch interface. ITRequestEvent also has these types of members:

-see-also

IDispatch

ITRequest

ITTAPIEventNotification::Event

Register Events code snippet

TAPI_EVENT