CTI Client additional functions (C++ CTI API)

CTI_EUserSendToDataBase

Contents  Back  Next

Send user-defined messages.

 

VOID WINAPI CTI_EUserSendToDataBase(

 LONG lCommand,

 PTCHAR pszMessage

);

Parameters

lCommand

Command number

 

pszMessage

Text to send

 

Return value

None

 

Remarks

This function sends user-defined messages to the server interface, where they cause the CTI_USERTODATABASE event to be generated. lCommand is used to differentiate commands arriving there. The server interface can send an answer to the message, leading to the CTI_DATABASETOUSER event on the client side.

 

See also

Additional functions overview | C++ CTI API (Server) | CTI_DATABASETOUSER | CTI_USERTODATABASE

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.