int tsmAddToPyramidDatabase ( TsmHandle *tsmh, const char *name, char *url )

Add an entry to a Pyramid database

Documentation

Add an entry to a Pyramid database.

Adds the specified name and url to a pyramid's PyramidsUrl database, but only if the name does not already exist in the file. If no such file exists, then the routine will create one with a single entry for the specified name and url.

Returns:
TRUE if operation successful, FALSE if an error occurred
Parameters:
tsmh - the open TSM session handle
name - the name of the pyramid to be added to the database
url - the URL of the pyramid to be addded to the database
Author:
Martin Reddy
See Also:
tsmLoadPyramidDatabase, tsmSavePyramidDatabase


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

Back to tsmApi Home Page