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

다운로드
페이지 1192
API Guide
601355 Rev A
API Functions
2-87
Functions
VS_
Component_
Create
VS_Component_Create
 allocates a VolServ API 
component handle. A component handle is used to pass 
component information to and from VolServ.
Synopsis
VST_COMPONENT_HANDLE VS_Component_Create
 ( void )
Arguments
None
Return Values
VS_Component_Create
 returns:
A component handle, if one can be allocated.
NULL, if a component handle cannot be allocated. An 
appropriate error code is set in 
VSG_Error
.
VSE_ERR_OUTOFMEM
 - Memory allocation error.
Example
1
/****************************************
*********
2
*
3
*FUNCTION: 
vst_modarchivemediaclass_execute
4
*
5
* PURPOSE:
6
* This executes the 
VSCMD_ModifyArchiveMediaClass
7
* API all.
8
*
9
* PARAMETERS:
10 * none
11 *
12 ****************************************
*********/
13