CTI Client options (C++ CTI API)

CTI_OGetDropKey

Contents  Back  Next

Queries the key stroke for hanging up a call.

 

LONG WINAPI CTI_OGetDropKey();

Parameters

None

 

Return value

LONG

The less significant word holds the key for hanging up, the more significant word holds the additional special keys. The special keys can be:

0x00 = No other key

0x01 = Shift key

0x02 = Control key

0x03 = Shift and control keys

 

Remarks

The values for the drop-key correspond to the virtual key-code of the function key and should be in the range 0x70 (F1) to 0x7B (F12). The key for dialing should not be the same as the key for hanging up.

 

See also

Options overview | CTICLIENT_HOTKEY | CTI_OSetDropKey

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.