API Guide
601355 Rev A API Functions 2-417
Functions
55 printf(“Drive ID #%d = %d\n”, i,
*ip);
56 }
57 /* destroy the table */
58 VS_Table_Destroy(tableh);
59 return(rc);
60 }
Notes A table cannot store NULL pointers.
VS_Table_CreateAddEntry determines the location in the
table to store the 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.
See Also VS_Table_AddEntry(l),
VS_Table_Create(l),
• VS_Table_Destroy(l),
VS_Table_GetFields(l),
VS_Table_RemoveEntry(l),
• VS_Table_SetFields(l)