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
|
Stores the queue name. |
name_len
|
Length of the
name buffer.
|