tibemsDetailedDestStat_GetStatData Function Purpose Get statistics for a unidirectional destination. C Declaration tibems_status tibemsDetailedDestStat_GetStatData( tibemsDetailedDestStat detailDestStat, tibemsStatData* statData); COBOL Call CALL "tibemsDetailedDestStat_GetStatData" USING BY VALUE detailedDestStat, BY REFERENCE stat, RETURNING tibems-status END-CALL. Parameters Parameter Description detailedDestStat Get statistics for this destination. statData The function stores the statistics in this location. Remarks This function retrieves unidirectional destination statistics. Unidirectional destinations statistics are collected for both producers and consumers.