API Guide
601355 Rev A API Functions 2-21
Functions
180 printf(“*** Archive Handle
Information ***\n”);
181 printf(“Archive Type = %d\n”,
ArchiveType);
182 printf(“Archive Name = %s\n”,
ArchiveName);
183 printf(“Console Display Location =
%s\n”, ConsoleLoc);
184 printf(“Component State = %d\n”,
ComponentState);
185 printf(“Archive Mode = %d\n”,
ArchiveMode);
186 printf(“Archive Fill Mode = %d\n”,
FillMode);
187 printf(“Config State = %d\n”,
ConfigState);
188
189 if (DriveIDTable !=
(VST_TABLE_HANDLE) NULL)
190 {
191 /* Get # of entries */
192 VS_Table_GetFields(DriveIDTable,
193 VSID_NUMBER_ENTRIES, &n,
194 VSID_ENDFIELD);
195 for ( i = 0; i < n; i++)
196 {
197 VS_Table_GetFields(DriveIDTable,
198 VSID_TABLE_ENTRY,
i, &DriveID,
199 VSID_ENDFIELD);
200 printf(“DriveID Entry #%d =
%d\n”,i,*DriveID);
201 }
202 }
203
204 if (MediaIDTable !=
(VST_TABLE_HANDLE) NULL)
205 {
206 /* Get # of entries */
207 VS_Table_GetFields(MediaIDTable,