This method calls the message queue's getMessageList operation to retrieve the list of messages.
Public
virtual void getMessageList (OMList<Msg*>& l)
l
The list of messages in the event (message) queue.
The list is of type OMList<void*>, a parameterized type defined in oxf\omlist.h that encapsulates all the operations typically performed on lists, such as adding items to the list and removing items from the list.