ITDigitsGatheredEvent interface (tapi3if.h)

The ITDigitsGatheredEvent interface exposes methods that allow an application to retrieve data when the TAPI Server sends an event indicating that the Server has gathered digits required by the application.

Inheritance

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

Methods

The ITDigitsGatheredEvent interface has these methods.

 
ITDigitsGatheredEvent::get_Call

The get_Call method gets a pointer to the call information interface for the call object on which the event occurred.
ITDigitsGatheredEvent::get_CallbackInstance

The get_CallbackInstance method gets a pointer to the application's callback function that will process the event. (ITDigitsGatheredEvent.get_CallbackInstance)
ITDigitsGatheredEvent::get_Digits

The get_Digits method gets the gathered digits for the call.
ITDigitsGatheredEvent::get_GatherTermination

The get_GatherTermination method gets the reason why the TAPI Server terminated the gathering of digits on the call.
ITDigitsGatheredEvent::get_TickCount

The get_TickCount method gets the "tick count" (the number of milliseconds since Windows started) at which digit-gathering completed.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h