API Guide
601355 Rev A API Functions 2-401
Functions
Example 1 /****************************************
*********
2*
3 * FUNCTION:
vst_createarchivemediaclass_execu
te
4*
5 * PURPOSE:
6 * This executes the
VSCMD_CreateArchiveMediaClass
7 * API call.
8*
9 * PARAMETERS:
10 * none
11 *
12 ****************************************
*********/
13 #ifdef ANSI_C
14 VST_BOOLEAN
vst_createarchivemediaclass_execu
te(void)
15 #else
16 VST_BOOLEAN
vst_createarchivemediaclass_execu
te()
17 #endif
18 {
19 int i;
20 int count;
21 VST_BOOLEAN rc =
VSE_FALSE;
22 VST_ARCHIVE_NAME archive;
23 VST_MEDIA_CLASS_NAME
mediaclass;
24 VST_CAPACITY capacity;
25 VST_ARCHIVE_ACTION_OPTION action;
26 VST_HIGH_MARK highmark;
27 VST_LOW_MARK lowmark;
28 VST_PRIORITY migpri;
29 VST_ARCHIVE_NAME
targetarchive;