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