Trf_SeekQueryOptions(3) Interface to procedures to query an option container.

SYNOPSIS

#include <transform.h>

void Trf_SeekQueryOptions
(
       Tcl_Interp *interp,

       Trf_Options options,

       Trf_SeekInformation *seekInfo,

       ClientData clientData

);

PARAMETERS

Tcl_Interp *interp
Interpreter to use for reflecting the query up into tcl, if necessary.
Trf_Options options
Option container to query.
Trf_SeekInformation *seekInfo
The policy to modify.
ClientData clientData
Arbitrary information, as defined in Trf_TypeDefinition.clientData.

DESCRIPTION

The procedure is allowed to change the natural seek policy defined for the transformation according to the current configuration.

RETURNS

Nothing.