Trf_DeleteCtrlBlock(3) Interface to procedure for destruction of encoder/decoder control structures.

SYNOPSIS

#include <transform.h>

void Trf_DeleteCtrlBlock
(
       Trf_ControlBlock ctrlBlock,

       ClientData clientData

);

PARAMETERS

Trf_ControlBlock ctrlBlock
Control structure to destroy.
ClientData clientData
Arbitrary information, as defined in Trf_TypeDefinition.clientData.

DESCRIPTION

It is the responsibility of the procedure to clear and release all memory associated to the specified control structure (which must have been created by the appropriate procedure of type 'Trf_CreateCtrlBlock').