tibemsTopicInfo_GetPendingPersistentMessageCount Function Purpose Get the total number of pending messages for this topic that were sent persistently. C Declaration tibems_status tibemsTopicInfo_GetPendingPersistentMessageCount( tibemsTopicInfo topicInfo, tibems_long* count); COBOL Call CALL "tibemsTopicInfo_GetPendingPersistentMessageCount" USING BY VALUE topicInfo, BY REFERENCE size, RETURNING tibems-status END-CALL. Parameters Parameter Description topicInfo Get the number of messages for this topic. count The function stores the number of messages in this location. See Also tibemsQueueInfo_GetPendingPersistentMessageCount on page 503