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

다운로드
페이지 1192
API Guide
2-672
API Functions
601355 Rev A
30  vst_promptforglobals(&priority, 
user_field, &timeout, &retries, 
&wait_flag, &enterprise_id);
31  
printf(“\nEnter Export Comment “);
32  gets( 
comment);
33  
/* set the default parameters */
34  
rc = VSCMD_Export_SetDefaults(
35  VSID_PRIORITY, 
priority,
36  VSID_USER_FIELD, 
user_field,
37  VSID_TIMEOUT_VALUE, 
timeout,
38  VSID_RETRY_LIMIT, 
retries,
39  VSID_STATUS_WAIT_FLAG, 
wait_flag,
40  VSID_ENTERPRISE_ID, 
enterprise_id,
41  VSID_COMMENT, 
comment,
42  VSID_ENDFIELD);
43
44  
return ( rc );
45 }
Notes
The 
VSID_MEDIA_ID_LIST
 parameter requires that two 
arguments be passed instead of one. 
If a list of media specified in an Export request contains media 
of more than one type, the request fails.
Note
If the argument list does not end with 
VSID_ENDFIELD
unpredictable results occur.