Clara-Doc - Method Reference

 / packages  / CTBASE  / Version 01.00.00  / CTQUE

CTQUE_GetMax
Description
Returns the maximum number of items that can be held in the queue.

Prototype

			     DCTQUE_GetMax...
     D                 PR            10I 0
     D@This                            *   Value
						
Parameters
@This
TypePointer (*)
Passing ModeValue
DescriptionThe address of a queue instance. This pointer MUST be obtained through a call to CTQUE_Constructor.
Return Values


Returns the maximum number of items the queue can hold.