Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 15 Administration : tibemsDetailedDestStat : tibemsDetailedDestStat_GetDestinationName

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
 
Length of the name buffer.
See Also
tibemsDestinationType on page 143
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved