To send messages to the system core, use the following function:
BOOL SendMsg (LPCTSTR id, LPCTSTR msg) |
Parameters of the SendMsg function:
Parameter | Description | Example | |
LPCTSTR id | The connection ID passed in the call to the Connect function |
| |
LPCTSTR msg | Message text |
The function returns TRUE if the message was sent, otherwise FALSE