Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QAManagerBase class

 

browseNextMessage function

Syntax
QAMessage * QAManagerBase::browseNextMessage(
  qa_browse_handle handle
)
Parameters
  • handle   A handle returned by one of the begin browse operations.

Remarks

Returns the next message for the given browse operation, returning null if there are no more messages.

To obtain the handle to browsed messages, use browseMessages or other QAManagerBase methods which allow you to browse messages by queue or message ID.

See Also

browseMessages function

browseMessagesByQueue function

browseMessagesByID function

browseClose function

Returns

The next message, or qa_null if there are no more messages.