VOOZH about

URL: https://manpages.org/trf_deleteoptions/3

⇱ man Trf_DeleteOptions (3): Interface to proceduress to delete a container made with 'Trf_CreateOptions'.


Trf_DeleteOptions(3) Interface to proceduress to delete a container made with 'Trf_CreateOptions'.

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').