To terminate a connection, use the Disconnect function:
void Disconnect (LPCTSTR id) |
, where LPCTSTR id is the connection ID passed in the call to the Connect function.
If the connection is terminated by Intellect, DISCONNECTED is passed to the callback function.
| An example of using the Disconnect function is given in Section SendMsg. |