CTI Client options (C++ CTI API)

CTI_OGetDialKey

Contents  Back  Next

Queries the key-stroke for dialing highlighted text.

 

LONG WINAPI CTI_OGetDialKey();

Parameters

None

 

Return value

LONG

The less significant word holds the key for dialing highlighted text, 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 hot-key correspond to the virtual key-code of the function key and should be in the range 0x70 (F1) to 0x7B (F12). The key-stroke for dialing highlighted text should not be the same as the key-stroke for hanging up.

 

See also

Options overview | CTICLIENT_HOTKEY | CTI_OSetDialKey

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.