tibemsTopicInfo_GetOutboundStatistics Function Purpose Get outbound statistics for this topic. C Declaration tibems_status tibemsTopicInfo_GetOutboundStatistics( tibemsTopicInfo topicInfo, tibemsStatData* statData); COBOL Call CALL "tibemsTopicInfo_GetOutboundStatistics" USING BY VALUE topicInfo, BY REFERENCE statData, RETURNING tibems-status END-CALL. Parameters Parameter Description topicInfo Get statistics for this topic. statData The function stores the statistics in this location. Remarks This function retrieves the outbound statistics for the topic. Outbound statistics include all messages delivered by the topic to EMS clients and routed servers. See Also tibemsQueueInfo_GetOutboundStatistics on page 499