tibemsTopicInfo_GetSubscriberCount Function Purpose Get the number of subscribers on this topic. C Declaration tibems_status tibemsTopicInfo_GetSubscriberCount( tibemsTopicInfo topicInfo, tibems_int* count); COBOL Call CALL "tibemsTopicInfo_GetSubscriberCount" USING BY VALUE topicInfo, BY REFERENCE count, RETURNING tibems-status END-CALL. Parameters Parameter Description topicInfo Get the count for this topic. count The function stores the number of subscribers in this location. See Also tibemsTopicInfo_GetActiveDurableCount on page 506 tibemsTopicInfo_GetDurableCount on page 507 tibemsQueueInfo_GetReceiverCount on page 490