tibemsTopicInfo_GetInboundStatistics Function Purpose Get inbound statistics for this topic. C Declaration tibems_status tibemsTopicInfo_GetInboundStatistics( tibemsTopicInfo topicInfo, tibemsStatData* statData); COBOL Call CALL "tibemsTopicInfo_GetInboundStatistics" 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 inbound statistics for the topic. Inbound statistics include all messages sent by EMS clients and routed servers. See Also tibemsQueueInfo_GetInboundStatistics on page 495