tibemsQueueInfo_GetPendingMessageSize Function Purpose Get the total size of all pending messages for this queue. C Declaration tibems_status tibemsQueueInfo_GetPendingMessageSize( tibemsQueueInfo queueInfo, tibems_long* size); COBOL Call CALL "tibemsQueueInfo_GetPendingMessageSize" USING BY VALUE queueInfo, BY REFERENCE size, RETURNING tibems-status END-CALL. Parameters Parameter Description queueInfo Get the size of pending messages for this queue. size The function stores the size of pending messages in this location. See Also tibemsTopicInfo_GetPendingMessageSize on page 516