Function | Description |
---|---|
onMessage | Deliver a message asynchronously to the message consumer. |
xmsVOID onMessage(xmsCONTEXT context, xmsHMsg message);
Deliver a message asynchronously to the message consumer.
onMessage() is the message listener function that is registered with the message consumer. The name of the function does not have to be onMessage.
For more information about using message listener functions, see Using message listener functions in C.