CTI Client network functions (C++ CTI API)

CTI_NSetServerName

Contents  Back  Next

Changes the server name of the network connection.

 

VOID WINAPI CTI_NSetServerName(

 PTCHAR pszServerName

);

Parameters

pszServerName

Server name, IP address or "localhost".

 

Return value

None

 

Remarks

The function changes the server name but does not re-establish the connection. In order to re-establish the connection with the changed parameters, use CTI_NClientRestart.

 

See also

Network functions overview | CTI_NSetNetworkOptions | CTI_NNetworkConfigDialog

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.