API Guide
601355 Rev A API Functions 2-425
Functions
43 }
44 }
45 }
Notes
A table is a VolServ API structure that holds a group of like
pointers. Table handles are used to return lists of information to
the client software. VS_Table_GetFields allows the user to
access the entries in the table.
The VSID_TABLE_ENTRY parameter requires that two
arguments be passed instead of one. The first argument is the
index of the entry in the appropriate table. The second argument
is a pointer to a location where the value is stored.
See Also
• vsapi(l),
• VS_Archive_GetFields(l),
• VS_Criteria_GetFields(l),
• VS_CriteriaGroup_GetFields(l),
• VS_Drive_GetFields(l),
• VS_DrivePool_GetFields(l),
• VS_Notify_GetFields(l),
• VS_Status_GetFields(l),
• VS_Table_AddEntry(l),
• VS_Table_Create(l),
• VS_Table_CreateAddEntry(l),
• VS_Table_Destroy(l),
• VS_Table_RemoveEntry(l),
• VS_Table_SetFields(l)
Note
If the argument list does not end with VSID_ENDFIELD,
unpredictable results occur.