Defining a CS-Library message callback

A CS-Library message callback is defined as follows:

CS_RETCODE CS_PUBLIC cslibmsg_cb(context, message)
CS_CONTEXT      *context;
CS_CLIENTMSG   *message;

where:

A CS-Library message callback must return either: