CTI Client events (C++ CTI API)

CTI_CLIENTCLOSE

Contents  Back  Next

The client should be closed and prepared for restart.

 

Sub-message CTI_CLIENTCLOSE ( 0x00013002 )

Message type

CTI_COMMAND_MSG

 

Used values

m_lParam

Length time in minutes until the client should be restarted – if the value is non-negative.

 

Remarks

The administrator sends this message when he wants to replace important files. This is useful when the clients were started from a shared network directory. To replace the files, all clients must be shut down. If you wish to support this feature, call CTI_NPrepareRestart upon receiving the event, passing m_lParam as a parameter. If m_lParam is negative, the client should not be restarted. Then close your application. CTI_CLIENTCLOSE is triggered from the server control panel (“Users” page).

 

clip0053

Example

Simply CTI client (C++)

 

See also

WM_CTI_NETWORK_DISPATCH overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.