tibemsTopicInfo_GetDurableCount 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 506 tibemsTopicInfo_GetSubscriberCount on page 519