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

다운로드
페이지 1192
API Guide
601355 Rev A
API Functions
2-987
Functins
VSID_ENDFIELD
 = 
Re
quired at the end of the variable 
length argument list to indicate the end of the list.
Parameters
Parameter Type
Description
VSID_CLIENT_DISPATCH 
(VST_CLIENT_DISPATCH)
The name of the client dispatch routine to 
receive status on Move commands.
VSID_ENTERPRISE_ID 
(VST_ENTERPRISE_ID)
The identifier of the enterprise, if any, to 
receive intermediate and final status on Move 
commands.
VSID_MEDIA_ID_LIST (int)
The number of media to move to the target 
archive.
(char **)
A list of the identifiers of the media to move to 
the target archive.
VSID_MOVE_OPTION 
(VST_MOVE_OPTION)
Indicates whether VolServ returns final status 
to the client as soon as the Move command 
begins execution or after the Move command 
completes execution. Valid 
VSID_MOVE_OPTION
 values are enumerated 
in the vs_types.h file.
VSID_MOVEWAIT_OPTION 
(VST_MOVEWAIT_OPTION)
Indicates whether a Move request waits or 
fails if either the source or target archive is 
unattended. The only valid 
VSID_MOVEWAIT_OPTION
 value is 
VSE_MOVEWAIT_ATTENDED
. The other 
VSID_MOVEWAIT_OPTION
 values 
enumerated in the vs_types.h file have no 
effect on 
VSCMD_Move
.
VSID_PRIORITY (VST_PRIORITY)
The requested execution priority for Move 
commands. Assignable priority values are 
restricted to the range from 1 (highest) to 32 
(lowest) inclusive. The default priority value is 
15.