CTI Client additional functions (C++ CTI API)

CTI_ESetMainWindow

Contents  Back  Next

Passes the handle of the main window to the interface.

 

VOID WINAPI CTI_ESetMainWindow(

 HWND hWnd,

);

Parameters

hWnd

Applications window handle

 

Return value

None

 

Remarks

Passes the handle of the application’s main window to the interface. This is necessary so that the interface can display child dialogs in the correct position.

 

Example

SQL sample

Simply CTI client (C++)

 

See also

Additional functions overview | CTI_EShowInfoDialog | CTI_NNetworkConfigDialog

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.