void tsmSetMasterHostName ( TsmHandle *tsmh, const char *masterHostName )

Change the master host name for a TSM session

Documentation

Change the master host name for a TSM session.

tsmSetMasterHostName should be called immediately after tsmOpen. It changes the master host name from the default (which is the hostname of the first pyramid it finds). This has no effect except for the ISS protocol. In that case, changing the master host name after the ISS has been contacted has no effect.

Returns:
Nothing (void)
Parameters:
tsmh - the TSM session handle
masterHostName - the new master host name
Author:
Yvan Leclerc
See Also:
tsmOpen


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

Back to tsmApi Home Page