int tsmRemoveServerFromDatabase ( TsmDatabase *database, char *url )

deletes a server from a database

Documentation

deletes a server from a database.

This function will take a TsmDatabase structure and a TSM server URL. It will then remove any server entries in the database with the same URL.

Returns:
TRUE if returns with server in database, FALSE if failed
Parameters:
database - the TsmDatabase structure to be modified
url - the serverName to be removed from the database, e.g. x-dsm:
Author:
Martin Reddy
Version:
14 December 1997
See Also:
tsmAddServerToDatabase


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

Back to tsmApi Home Page