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

다운로드
페이지 1192
API Guide
601355 Rev A
API Functions
2-405
Functions
110 
/* timeout value retry limit, and 
priority */
111
/* are set as default parameters. 
*/
112 rc 
VSCMD_CreateArchiveMediaClass(cmd
,
113 VSID_ARCHIVE_NAME, 
archive,
114 VSID_MEDIA_CLASS_NAME, 
mediaclass,
115 VSID_HIGH_MARK, 
highmark,
116 VSID_LOW_MARK, 
lowmark,
117 VSID_CAPACITY, 
capacity,
118 VSID_ENDFIELD);
119 }
120
121 
return ( rc );
122}
Notes
A table cannot store NULL pointers.
VS_Table_AddEntry
 determines the position in the table to 
store the new entry using a first available algorithm.
Table entries are zero-based (like arrays in C). The first entry in 
an empty table is stored in position 0, the second entry in a table 
is stored in position 1, and the nth entry in a table is stored in 
position n-1.