API Guide
601355 Rev A API Functions 2-41
Functions
VS_Archive
MediaClass_
GetFields
VS_ArchiveMediaClass_GetFields retrieves
information associated with 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_GetFields
( VST_ARCHIVEMEDIACLASS
_HANDLE handle,
“…”,
VSID_ENDFIELD )
Arguments handle =Archive media class handle where information is
retrieved.
“…” = Variable length argument list consisting of pairs of
arguments. Each pair of arguments consists of a parameter
identifier, followed by a pointer to a location where the
value of the parameter may be stored. 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.
Parame ters
Parameter Type Description
VSID_ARCHIVE_ACTION
(VST_ARCHIVE_ACTION_OPTION*)
Pointer to the archive action VolServ is to take
when the number of media in the archive
media class exceeds the specified high mark
threshold. Valid VSID_ARCHIVE_ACTION
values are enumerated in the vs_types.h file.