Pyramid* tsmReadTspec ( char *url, TsmConnectionParams params )

Read a tspec file from disk

Documentation

Read a tspec file from disk.

Parses a tspec file at the end of a file or http URL. The parsed tspec is returned in a Pyramid structure, or NULL if failed. N.B. this function is implicitly called by tsmConnect, so you should never need to use this function directly.

Returns:
Allocated Pyramid structure, or NULL
Parameters:
url - the file or http URL for the pyramid to get the tspec from
params - a TsmConnectionParams structure, or NULL
Author:
Martin Reddy
Version:
12 January 1998
See Also:
tsmConnect


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

Back to tsmApi Home Page