int tsmCopyTspec ( TsmConnection in, TsmConnection out )

Copy one connection's tspec to another

Documentation

Copy one connection's tspec to another.

This function will read the tspec field from the input connection into the tspec field of the output connection, and then write out this tspec field to disk (for the output connection).

i.e. this results in copying the tspec file from the input connection to the output connection, and also updates the output connection's tspec field so that it contains the same information.

Returns:
TRUE if all went well, FALSE if something went wrong
Parameters:
in - the input (read) connection to get the tspec file from
out - the output (write) connection to send the tspec file to
Author:
Martin Reddy
Version:
4 February 1998
See Also:
tsmCopyTspecField, tsmCopyTile, tsmCopyAllTiles


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

Back to tsmApi Home Page