SYNOPSIS

#include <transform.h>

void Trf_DeleteOptions

(

Trf_Options options,

ClientData clientData

);

PARAMETERS

Trf_Options options

The container to destroy.

ClientData clientData

Arbitrary information, as defined in Trf_TypeDefinition.clientData.

DESCRIPTION

It is the responsibility of this procedure to clear and release all memory of the specified container (which must have been created by the corresponding procedure of type 'Trf_CreateOptions').

RELATED TO Trf_DeleteOptions…