The function csx_RequestSocketMask() sets the client's client event mask and enables the client to start receiving events at its event callback handler. Once this function returns
successfully, the client can start receiving events at its event callback handler. Any pending events generated from the call to csx_RegisterClient(9F) will be delivered to the client after this call as well. This allows the client to set up the event handler mutexes before the event handler
gets called.
csx_RequestSocketMask() must be used before calling csx_GetEventMask(9F)
or csx_SetEventMask(9F) for the client event mask for this socket.
The function csx_ReleaseSocketMask() clears the client's client event mask.
|