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 active subscribers in this location. See Also tibemsTopicInfo_GetActiveDurableCount on page 536 tibemsTopicInfo_GetSubscriptionCount on page 551 tibemsTopicInfo_GetDurableSubscriptionCount on page 538