tibemsTopicInfo_GetDurableCount Function This function is deprecated in Software Release 8.0.0, an will no longer be supported in future releases. Applications should be udated to use the tibemsTopicInfo_GetDurableSubscriptionCount function. Purpose Get the current number of durable subscribers for this topic. C Declaration tibems_status tibemsTopicInfo_GetDurableCount( tibemsTopicInfo topicInfo, tibems_int* count); COBOL Call CALL "tibemsTopicInfo_GetDurableCount" 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 subscribers in this location. See Also tibemsTopicInfo_GetActiveDurableCount on page 536 tibemsTopicInfo_GetSubscriberCount on page 550