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

다운로드
페이지 1192
API Guide
2-44
API Functions
601355 Rev A
Example
1
/****************************************
*********
2
*
3
* FUNCTION: vst_print_archivemediaclass
4
*
5
* PURPOSE:
6
* This function prints out the 
information stored in
7
* an Archive Media Class handle.
8
*
9
* PARAMETERS:
10 * h : the Archive Media Class handle to 
print
11 *
12 ****************************************
*********/
13 #ifdef ANSI_C
14
void
vst_print_archivemediaclass
(VST_ARCHIVEMEDIACLASS_HANDLE h)
15 #else
16
void vst_print_archivemediaclass(h)
17 VST_ARCHIVEMEDIACLASS_HANDLE h;
18 #endif
19 {
20
VST_ARCHIVE_NAME Archive;
21
VST_MEDIA_CLASS_NAME 
MediaClass;
22
VST_MEDIA_TYPE_NAME 
MediaType;
23  VST_CAPACITY 
Capacity;
24  VST_PERCENT 
MediaClassPercent;
25  VST_ARCHIVE_ACTION_OPTION 
ActionMode;
26  VST_HIGH_MARK 
HighMark;
27  VST_LOW_MARK 
LowMark;
28  VST_FILL_LEVEL 
FillLevel;
29  VST_PRIORITY 
MigrationPriority;