CTI Client options (C++ CTI API)

CTI_OSetDropKey

Contents  Back  Next

Sets the key-stroke for hanging up calls.

 

VOID WINAPI CTI_OSetDropKey(

 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 active, a call can be dialed using a function key. The function key can be combined with a control and shift key. Do not choose a key-stroke already in use by CTI_OSetDialKey.

 

See also

Options overview | CTI_OSetOptions | CTI_OGetDropKey

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.