Clara-Doc - Method Reference

 / packages  / CTBASE  / Version 01.00.00  / CTQUE

CTQUE_Destructor
Description
Releases the queue respources. The queue can no longer be used after returning from this method.

Prototype

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

Symbolic ConstantValueDescription
CS_SUCCESS0The queue instance was released successfully.