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


Chapter 15 Administration : tibemsTopicInfo : tibemsTopicInfo_GetName

tibemsTopicInfo_GetName
Function
Purpose
Get the name of this topic.
C Declaration
tibems_status tibemsTopicInfo_GetName(
    tibemsTopicInfo topicInfo,
    char* name,
    tibems_int name_len);
COBOL Call
CALL "tibemsTopicInfo_GetName"
 USING BY VALUE topicInfo,
       BY REFERENCE name,
       BY VALUE name_len,
       RETURNING tibems-status
END-CALL.
Parameters
 
Length of the name buffer.
See Also
tibemsQueueInfo_GetName on page 500

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