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 Parameter Description topicInfo Get the name of this topic. name The function stores the topic name in this location. name_len Length of the name buffer. See Also tibemsQueueInfo_GetName on page 498