int tsmSetPyramidInfoPyramid ( PyramidInfo *info, Pyramid *pyramid )

Add a Pyramid into the PyramidInfo structure

Documentation

Add a Pyramid into the PyramidInfo structure.

The PyramidInfo structure contains all of the information required to describe a single instance of a pyramid, be it on local disk or on a DPSS.

This is a convenience function to allow you to fill in the pyramid field of the PyramidInfo structure. This is used to provide a pointer to an already allocated Pyramid structure (the pointer is simply put into the pyramid field as-is, the Pyramid structure is not copied in any way).

Returns:
TRUE if all went well, FALSE if failed (NULL pointer passed)
Parameters:
info - the PyramidInfo structure to update
name - the Pyramid structure to link into the PyramidInfo
Author:
Martin Reddy
Version:
31 October 1997
See Also:
tsmSetPyramidInfoName, PyramidInfo


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

Back to tsmApi Home Page