API Guide
601355 Rev A API Functions 2-973
Functins
29 vst_promptforglobals(&priority,
user_field, &timeout, &retries,
&wait_flag, &enterprise_id);
30 /* set the default parameters */
31 rc = VSCMD_Mount_SetDefaults(
32 VSID_PRIORITY,
priority,
33 VSID_USER_FIELD,
user_field,
34 VSID_TIMEOUT_VALUE,
timeout,
35 VSID_RETRY_LIMIT,
retries,
36 VSID_STATUS_WAIT_FLAG,
wait_flag,
37 VSID_ENTERPRISE_ID,
enterprise_id,
38 VSID_ENDFIELD);
39 return ( rc );
40 }
Notes The VSID_CRITERIA_GROUP_HANDLE parameter require that
two arguments be passed instead of one.
The first argument passed is the number of criteria groups
handles to use in selecting the medium to mount.
The second argument is the list of criteria group handles to
use in selecting the medium to mount.
The VSID_DRIVE_EXCL_LIST parameter require that two
arguments be passed instead of one.
The first argument passed is the number of drives to exclude
from the specified drive pool.
The second argument is the list of the identifier of the drives
to exclude from the specified drive pool.
The VSID_MEDIA_ID_LIST parameter require that two
arguments be passed instead of one.