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

다운로드
페이지 1192
API Guide
2-824
API Functions
601355 Rev A
32  
if ( cmd != (VST_COMMAND_HANDLE) 
NULL)
33  {
34  
/* Send the command to the VolServ 
software. */
35  
/* Note that status is not 
processed here. */
36
/* Instead, it is processed in the 
*/
37
/* vst_dispatch routine. Also, 
note that */
38
/* default values such as 
timeout,*/
39
/* value retry limit and priority 
are set as */
40
/* default parameters. */
41  
rc = VSCMD_DeletePool(cmd,
42  
VSID_DRIVEPOOL_NAME, dp,
43  
VSID_ENDFIELD);
44  }
45  
return ( rc );
46 }
Notes
The API must be initialized with a call to 
VS_Initialize
 
before this function can be executed.
VolServ generates no intermediate status in response to a 
Delete Pool request.
VSCMD_DeletePool
 does not trigger any MediaClass 
callbacks from VolServ.
Requests submitted prior to a Delete Pool request are not 
updated if a drive has already been allocated to the request.