CTI Client options (C++ CTI API)

CTI_OConnectionIconOptions

Contents  Back  Next

Changes the appearance of the connection icons.

 

VOID WINAPI CTI_OConnectionIconOptions(

HICON hIconOn,

HICON hIconOff,

HMENU hMenu,

PTCHAR pszText

);

Parameters

hIconOn

Handle of icon which is displayed when a connection exists to the CTI server. The value 0 can be specified if the standard icon should be used.

 

hIconOff

Handle of icon which is displayed when the connection to the CTI server is interrupted. The value 0 can be specified if the standard icon should be used.

 

hMenu

Handle of menu which is displayed over the connection icon if this is clicked with the right mouse button. The value 0 can be specified if no menu should be used.

 

pszText

Tool-tip which should be shown over the connection icon. Maximum length: 63 characters. The value 0 can be specified if the standard text should be displayed. Specify an empty string if no tip should be shown.

 

Return value

None

 

Remarks

It is possible to alter the appearance, menu and tool-tips of the connection icons. The CTICLIENT_SHOWICON option must be active to allow use of the connection icon. For menus, CTICLIENT_SHOWMENU is also necessary.

 

Example

Simply CTI client (C++)

 

See also

Options overview | CTI_OSetOptions | CTICLIENT_SHOWICON | CTICLIENT_SHOWMENU

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.