int tsmInitParams ( TsmConnectionParams *params ) Initialises a connection params structure
Initialises 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 must call this function before calling tsmSetParam, and you should free up the param structure when you're finished with it by using tsmFreeParams.