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

다운로드
페이지 1192
API Guide
2-252
API Functions
601355 Rev A
51  
VSID_ASYNC_PROGRAM_NUMBER, 
asyncnum,
52  VSID_ENDFIELD 
);
53  }
54  
rc = VS_Initialize(host, prognum, 
timeout);
55  return(rc);
56 }
Notes
VS_Global_SetDefaults
 must be called before 
VS_Initialize
 is called to set the SYNC/ASYNC program 
numbers.
All command functions fail if 
VS_Initialize
 is not invoked.
VS_Initialize
 does not verify that VolServ is currently 
running on the given host. Use 
VS_Ping
 to check VolServ's 
status.
See Also
vsapi(l), 
VS_Error_GetFields(l), 
VS_Terminate(1), 
VS_Global_SetFields(l)