API Guide
2-336 API Functions 601355 Rev A
97 if ( grouph !=
(VST_CRITERIAGROUP_HANDLE) NULL )
98 {
99 VS_Mount_SetFields (
mounth,
100 VSID_CRITERIA_GROUP_HANDLE, i,
grouph,
101 VSID_ENDFIELD );
102 }
103 }
104 }
105 return ( mounth );
106}
Notes The mount handle contains all relevant mount information. The
user can set all mount parameters in a mount handle and pass
the mount handle to the Mount or Multimount command. The
Mount or Multimount command retrieves the required
information from the handle.
The VSID_CRITERIA_GROUP_HANDLE,
VSID_DRIVE_EXCL_LIST, and VSID_MEDIA_ID_LIST
parameters require that two arguments be passed instead of one.
The first argument passed is the entry number in the appropriate
table. The second argument is a pointer to the values for setting.
Note
If the argument list does not end with VSID_ENDFIELD,
unpredictable results occur.