CTI Client events (C++ CTI API)

SQL_DATA

Contents  Back  Next

Answers an SQL query.

 

Sub-message SQL_BEGIN ( 0x00040002 )

Message type

CTI_COMMAND_MSG

 

Used values

m_wParam

Number of the request, which was initiated with CTI_SQLBegin

 

m_lParam

Number data records returned. 0 means no records were found. –1 means the query failed.

 

m_szMessage

Text with the queried data.

 

Remarks

This event is always sent when data are queried using CTI_SQLBegin or CTI_SQLNext The data may arrive in XML format or as text. The query may fail when the query has already been terminated or when all the data have already been read.

 

Example

SQL sample

Database queries

 

See also

WM_CTI_NETWORK_DISPATCH overview | CTI_SQLBegin

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.