Clara-Doc - Method Reference

 / packages  / CTBASE  / Version 01.00.00  / CTBUFF

CTBUFF_Destructor
Description
Releases the resources associated with a CTBUFF instance. Once a CTBUFF instance is released, it can no longer be used via its pointer.

Prototype

			
     DCTBUFF_Destructor...
     D                 PR            10I 0
     D@This                            *   Value
						
Parameters
@This
TypePointer (*)
Passing ModeValue
Description The address of an CTBUFF instance. This pointer MUST be obtained through a call to CTBUFF_Constructor.
Return Values

Symbolic ConstantValueDescription
CS_SUCCESS0The CTBUFF instance has been successfully reclaimed.