API Guide
2-330 API Functions 601355 Rev A
VS_Mount_
SetFields VS_Mount_SetFields sets the value for one or more fields
associated with the mount handle. A mount handle is used to
pass mount information to and from VolServ.
Synopsis VST_BOOLEAN VS_Mount_SetFields
(VST_MOUNT_HANDLE handle,
“…”,
VSID_ENDFIELD)
Arguments handle = The mount 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.
Parame ters
Parameter Type Description
VSID_CRITERIA_GROUP_HANDLE (int) Number of the specified criteria group. A
criteria group number can be 0 through 3,
inclusive.
(VST_CRITERIAGROUP_HANDLE) A criteria group to be used by the mount
command in selecting media for mounting.
VSID_DRIVE_ID (VST_DRIVE_ID) Drive identifier to mount when mounting by
drive identifier. If VSID_DRIVE_ID is
specified, VSID_DRIVEPOOL_NAME and
VSID_DRIVE_EXCL_LIST cannot be
specified.