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

다운로드
페이지 1192
API Guide
2-430
API Functions
601355 Rev A
VS_Table_Set
Fields
VS_Table_SetFields
 adds an entry to the specified table 
at the specified location. 
When a client adds an entry to a table using 
VS_Table_SetFields
, the client is responsible for 
allocating and maintaining the space to contain the information 
maintained in the table.
Synopsis
VST_BOOLEAN VS_Table_GetFields 
(VST_TABLE_HANDLE handle,
“…”,
VSID_ENDFIELD)
Arguments
handle
 = Handle of the table where an entry is added.
“…”
 = Variable length argument list consisting of pairs of 
arguments. Each pair of arguments consists of a parameter 
identifier, followed by the value of the field to store.
The parameter identifiers and types this function accepts are 
shown in the following "Parameters" paragraph.
VSID_ENDFIELD
 = 
Re
quired at the end of the variable 
length argument list to indicate the end of the list.
Parameters 
Parameter Type
Description
SID_NUMBER_ENTRIES (int)
Number of entries in the table.
VSID_TABLE_ENTRY (int)
P
osition where the specified entry is added to 
the table.
(void *)
Pointer to the entry to be stored in the table.