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 subscribers in this location. See Also tibemsTopicInfo_GetDurableCount on page 507 tibemsTopicInfo_GetSubscriberCount on page 519