Clara-Doc - Method Reference

 / packages  / CTBASE  / Version 01.00.00  / CTLST

CTLST_Destructor
Description
Releases the ressources held by a CTLST instance and destroys the CTLST instance. The CTLST instance can no longer be used through the @This pointer.

Prototype

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

Symbolic ConstantValueDescription
CS_SUCCESSThe CTLST instance has been destroyed successfully.