CTI Client network functions (C++ CTI API)

CTI_NStartClientCALLBACK

Contents  Back  Next

Initialises the interface.

 

VOID WINAPI CTI_NStartClientCALLBACK(

 InfoParentProc pProc

);

Parameters

pProc

Address of a callback function with the following format:

 

typedef VOID WINAPI CallbackFunc(DWORD,WPARAM,LPARAM);

 

If the callback is a class member function, it must be static.

 

Return value

None

 

Remarks

This function initialises the interface. All events from the interface are then delivered to the callback function. The function may not be used together with CTI_NStartClientHWND.

 

Example

Simply CTI client (C++)

 

See also

Network functions overview

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.