CTI Client options (C++ CTI API)

CTI_OSetOptions

Contents  Back  Next

Sets the parameters as a bit flag.

 

VOID WINAPI CTI_OSetOptions(

 DWORD dwAdd,

 DWORD dwRemove

);

Parameters

dwAdd

Value to add.

 

dwRemove

Flag to remove.

 

Return value

None

 

Remarks

Changes take effect immediately. The numerical values of the bit-flags are defined in the connection options. The settings are stored internally by the interface. Within a single call, some options may be set on and others off.

 

Example

SQL sample

Simply CTI client (C++)

 

See also

Options overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.