ADIC Digital Camera 601355 Rev A 사용자 설명서

다운로드
페이지 1192
API Guide
2-998
API Functions
601355 Rev A
60  
/* that all parameters have 
been set */
61  
/* via default functions if 
sync, we will */
62  
/* wait for all mounts to 
complete if */
63  
/* async, we will leave once 
initial */
64
/* status has been returned */
65  
rc = VSCMD_MultiMount ( cmdh,
66  
VSID_ENDFIELD );
67  }
68  else
69  {
70  
rc = VSE_FALSE;
71  }
72  }
73
74  
/* destroy the mount handles that 
contain the */
75  
/* individual mount requests. */
76  
for ( i = 0 ; i < num ; i++ )
77  {
78  
VS_Mount_Destroy ( mounth[i] );
79  }
80  
return ( rc );
81 }
Notes
The API must be initialized with a call to 
VS_Initialize
 
before this function can be executed.
VolServ can generates intermediate status in response to a 
MultiMount request for the following situations.
A drive is reserved for an individual Mount request.
A medium is mounted for an individual Mount request.
An individual Mount request is waiting on a locked drive.