Gets the next xPL message from the queue of received messages.
This method should be called when the event returned by GetMsgEvent is in a signalled state. The event will only become unsignalled when no more messages are waiting.
When you are finished with the message, it should be destroyed by calling xplMsg::Release. - Returns:
- A pointer to an xPL message, or NULL if no messages were waiting.
|