TAPIEx.NET Component Documentation

RegReqMakeCallRecipient Method

Description

The RegReqMakeCallRecipient method registers the invoking application as a recipient of requests for tapiRequestMakeCall from other applications. It allow your dialer application to receive make call requests from applications using assisted telephony (tapiRequestMakeCall)

[Visual Basic]
Function RegReqMakeCallRecipient([Enable As Boolean = True]) As Boolean
[C#]
public Boolean RegReqMakeCallRecipient (
Boolean Enable )

Parameters

Enable
If TRUE, the application registers the request; if FALSE, the application deregisters for the request modes.

Return values

If the method succeeds, return TRUE, otherwise return FALSE.

Remarks

A telephony-enabled application can request that a call be placed on its behalf by invoking tapiRequestMakeCall. Additionally, other applications can request that information be logged with a given call.
The tapiRequestMakeCall requests are queued by TAPI, and the highest priority application that has registered to handle the request is sent a OnRequestMakeCall() message with an indication of the request that is pending. This application is typically the user's call-control application.

See Also

OnRequestMakeCall, tapiRequestMakeCall

Support editions