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.