tibemsTopicInfo_GetActiveDurableCount Function Purpose Get the current number of active durable subscribers for this topic. C Declaration tibems_status tibemsTopicInfo_GetActiveDurableCount( tibemsTopicInfo topicInfo, tibems_int* count); COBOL Call CALL "tibemsTopicInfo_GetActiveDurableCount" USING BY VALUE topicInfo, BY REFERENCE count, RETURNING tibems-status END-CALL. Parameters Parameter Description topicInfo Get the number of subscribers to this topic. count The function stores the number of active durable subscribers in this location. See Also tibemsTopicInfo_GetSubscriberCount on page 548 tibemsTopicInfo_GetSubscriptionCount on page 549 tibemsTopicInfo_GetDurableSubscriptionCount on page 536