void tsmPrintPyramidInfos (FILE *stream, PyramidInfos *pyramidInfos)

Display the server group info for multiple pyramids

Documentation

Display the server group info for multiple pyramids.

This function takes a PyramidInfos structure (an array of PyramidInfo's) and simply calls the tsmPrintPyramindInfo function for each of these. That is, it writes the server group information for all of the pyramids lists in a PyramidInfos array to a specified stream.

Returns:
Nothing (void)
Parameters:
stream - the stream to write to (e.g. stdout)
pyramidInfos - a PyramidInfos structure to output
See Also:
tsmPrintPyramidInfo, tsmGetPyramidInfos, PyramidInfos


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

Back to tsmApi Home Page