void tsmFreeParams ( TsmConnectionParams params ) Frees a connection params structure
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.