getMessageList

This method retrieves the list of messages. It is used for two reasons:

Visibility

Public

Signature
virtual void getMessageList (OMList<void*>& c) = 0
Parameters
c

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.


Feedback