API Guide
601355 Rev A API Functions 2-955
Functins
VSID_MOUNT_HANDLE
(VST_MOUNT_HANDLE) A handle that contains Mount command
parameters. A client can set mount
parameters in a mount handle with the
VS_Mount_SetFields function. A mount
handle can be passed in a Mount request
instead of specifying the mount parameters on
the Mount request itself.
VSID_MOUNT_OPTION
(VST_MOUNT_OPTION) A flag that indicates which mount processing
options are in effect for the Mount command.
Valid VSID_MOUNT_OPTION values are listed
in the vs_defs.h file.
VSID_MOVEWAIT_OPTION
(VST_MOVEWAIT_OPTION) Indicates whether a Mount request should
wait or fail if an inter-archive medium
movement is required to complete the Mount
request and either the source or target archive
is unattended. Valid
VSID_MOVEWAIT_OPTION values are
enumerated in the vs_types.h file.
VSID_PRIORITY (VST_PRIORITY) The requested execution priority for this
request. Assignable priority values are
restricted to the range from 1 (highest) to 32
(lowest) inclusive. The default priority value is
15.
VSID_RETRY_LIMIT (VST_RETRY_LIMIT) The number of times the API software retries
for command status from VolServ before
returning a time-out to the client software for
this request. VSID_RETRY_LIMIT is not
applicable when the API software executes in
asynchronous mode.
Parameter Type Description