tibemsQueueInfo_GetName Function Purpose Get the name of this queue. C Declaration tibems_status tibemsQueueInfo_GetName( tibemsQueueInfo queueInfo, char* name, tibems_int name_len); COBOL Call CALL "tibemsQueueInfo_GetName" USING BY VALUE queueInfo, BY REFERENCE name, BY VALUE name_len, RETURNING tibems-status END-CALL. Parameters Parameter Description queueInfo Get the name of this queue. name The function stores the queue name in this location. name_len Length of the name buffer. See Also tibemsTopicInfo_GetName on page 543