void tsmPrintPyramidInfos (FILE *stream, PyramidInfos *pyramidInfos) Display the server group info for multiple pyramids
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.