tibemsServerInfo_GetQueueCount Function Purpose Get the total number of queues in the server. C Declaration tibems_status tibemsServerInfo_GetQueueCount( tibemsServerInfo serverInfo, tibems_int* count); COBOL Call CALL "tibemsServerInfo_GetQueueCount" USING BY VALUE serverInfo, BY REFERENCE count, RETURNING tibems-status END-CALL. Parameters Parameter Description serverInfo Get the number of queues in this server. count The function stores the number of queues in this location.