CTI Client options (C++ CTI API)

CTI_OGetIniFileName

Contents  Back  Next

Returns the name of the configuration file.

 

PTCHAR WINAPI CTI_OGetIniFileName();

Parameters

None

 

Return value

PTCHAR

Null-terminated string containing the name of the configuration file of the CTI interface.

 

Remarks

The interface stores its settings in a configuration file. You may use this file yourself if you do not wish to program the creation of a separate file for storing the client settings. The file is in Windows INI format. The section names have the form: user name + # + computer name, for example, [smith#wk12]. Take a look at one of the INI files provided in order to avoid using existing key names.

 

clip0003

 

See also

Options overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.