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