API Guide
2-320 API Functions 601355 Rev A
42 VSCMD_MultiMount_SetDefaults (
43 VSID_MOUNT_HANDLE, i,
mounth[i],
44 VSID_ENDFIELD );
45 }
46 else
47 {
48 rc = VSE_FALSE;
49 break;
50 }
51 }
52
53 if ( rc )
54 {
55 cmdh = VS_Command_Create();
56 if (cmdh != (VST_COMMAND_HANDLE)
NULL)
57 {
58 /* execute the multimount
command, note */
59 /* that all parameters have
been set via */
60 /* default functions if sync,
we will */
61 /* wait for all mounts to
complete */
62 /* if async, we will leave once
initial */
63 /* status has been returned */
64 rc = VSCMD_MultiMount ( cmdh,
65 VSID_ENDFIELD );
66 }
67 else
68 {
69 rc = VSE_FALSE;
70 }
71 }
72
73 /* destroy the mount handles that
contain the */
74 /* individual mount requests. */