tibemsDetailedDestStat_GetDestinationName Function Purpose Get the name of the destination. C Declaration tibems_status tibemsDetailedDestStat_GetDestinationName( tibemsDetailedDestStat detailedDestStat, char* name, tibems_int name_len); COBOL Call CALL "tibemsDetailedDestStat_GetDestinationName" USING BY VALUE detailedDestStat, BY REFERENCE destName, BY VALUE name_len, RETURNING tibems-status END-CALL. Parameters Parameter Description detailedDestStat Get the name of this destination. name The function stores the destination name in this location. name_len Length of the name buffer. See Also tibemsDestinationType on page 143