CTI Client events (C++ CTI API)

SQL_END

Contents  Back  Next

An SQL query was ended.

 

Sub-message SQL_END ( 0x00040004 )

Message type

CTI_COMMAND_MSG

 

Used values

m_wParam

Number of the database query, as assigned during CTI_SQLBegin.

 

m_lParam

TRUE when the query was successfully ended.

 

Remarks

The event is sent as a consequence of the command CTI_SQLEnd. The event comes of its own accord if all the data have been read using CTI_SQLBegin or CTI_SQLNext. If a query does not get terminated, the server terminates it itself after a number of minutes and sends this event.

 

Example

SQL sample

 

See also

WM_CTI_NETWORK_DISPATCH overview | CTI_SQLEnd

 


Send feedback to TAPIMaster®

© 2020 Tino Kasubke. All rights reserved.