struct TsmDataSetInst

Holds a single dataset instance

Documentation

Holds a single dataset instance.

This structure holds all of the information to describe a single dataset instance and how to access it. A dataset can contain one or more instances.

Parameters:
location - (Purl *) = the parse URL for the instance's location
formats - (int) = formats in which the instances is available. This is a bit field which can be composed of the values TSM_LRBT_IMAGE, TSM_JPEG_IMAGE, or TSM_MIPMAP_IMAGE.
set_id - (int) = the set id for an instance if it is on a DPSS
numServers - (int) = the number of strings in the serverName array
serverName - (char **) = an array of strings describing the combination of servers for an instance on a DPSS
See Also:
TsmDataSet


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

Back to tsmApi Home Page