void tsmFreeParams ( TsmConnectionParams params )

Frees a connection params structure

Documentation

Frees a connection params structure.

The connection params structure is an extensible means to provide optional hints to tsmConnect. These are used to specify a continuum from the specific dataset you want to open to general properties about a dataset that you are looking for.

You should call this function once you no longer need the connection params structure, i.e. any time after you have opened all connections that required this params structure.

Returns:
Nothing (void)
Parameters:
params - the TsmConnectionParams to deallocate.
Author:
Martin Reddy
Version:
6 February 1998
See Also:
tsmConnect, tsmInitParam, tsmSetParam, tsmPrintParams


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page