CTI Client options (C++ CTI API)

CTI_OSetDialKey

Contents  Back  Next

Sets the key-stroke for dialing highlighted text.

 

VOID WINAPI CTI_OSetDialKey(

 LONG lValue,

 DWORD _dwSpecialKey = 2

);

Parameters

lValue

Virtual key code of the function key. The value should be in the range 0x70 (F1) - 0x7B (F12).

 

dwSpecialKey

Additional key(s) to be pressed

0x00 = No additional key

0x01 = Shift key

0x02 = Control key

0x03 = Shift and control key

 

Return value

None

 

Remarks

If CTICLIENT_HOTKEY is set active, highlighted text can be dialed using a function key. The function key can be combined with a control or shift key. The key code should not have the same value as that used in CTI_OSetDropKey. The default additional key is the control key.

 

See also

Options overview | CTI_OSetOptions | CTI_OGetDialKey

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.