tibemsQueueInfo_GetInboundStatistics Function Purpose Get inbound statistics for this queue. C Declaration tibems_status tibemsQueueInfo_GetInboundStatistics( tibemsQueueInfo queueInfo, tibemsStatData* statData); COBOL Call CALL "tibemsQueueInfo_GetInboundStatistics" USING BY VALUE queueInfo, BY REFERENCE statData, RETURNING tibems-status END-CALL. Parameters Parameter Description queueInfo Get statistics for this queue. statData The function stores the statistics in this location. Remarks This function retrieves the inbound statistics for the queue. Inbound statistics include all messages sent into the queue by EMS clients and routed servers. See Also tibemsTopicInfo_GetInboundStatistics on page 540