API Guide
601355 Rev A API Functions 2-49
Functions
VS_Archive
MediaClass_
SetFields
VS_ArchiveMediaClass_SetFields sets the value of
one or more fields in an archive media class handle. An archive
media class handle is used to pass archive media class
information to and from VolServ.
Synopsis VST_BOOLEAN VS_ArchiveMediaClass_SetFields
(VST_ARCHIVEMEDIACLASS
_HANDLE
handle,
“…”,
VSID_ENDFIELD )
Arguments handle =Archive media class handle where information is
stored.
“…” = Variable length argument list consisting of pairs of
arguments. Each pair of arguments consists of a parameter
identifier, followed by the value of the field to store. The
parameter identifiers and types this function accepts are
shown in the following "Parameters" paragraph.
VSID_ENDFIELD = Required at the end of the variable
length argument list to indicate the end of the list.