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 参考 » QAnywhere C++ API 参考 » QAManagerBase 类

 

browseNextMessage 函数

语法
QAMessage * QAManagerBase::browseNextMessage(
  qa_browse_handle handle
)
参数
  • handle   由开始浏览操作之一返回的句柄。

注释

返回给定浏览操作的下一条消息,如果没有其它消息,则返回空值。

要获取被浏览消息的句柄,请使用允许您按队列或消息 ID 浏览消息的 browseMessages 方法或其它 QAManagerBase 方法。

另请参见

browseMessages 函数

browseMessagesByQueue 函数

browseMessagesByID 函数

browseClose 函数

返回值

返回下一条消息;如果没有其它消息,则返回 qa_null。