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
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
Support editions


