[Top] [Prev] [Next] [Bottom]
Vgettagrefs/vfgttrs
int32 Vgettagrefs(int32 vgroup_id, int32 tag_array[], int32 ref_array[], int32 maxsize)
int32 vgroup_id; /* pointer to an attached vgroup */
int32 npairs, status;
int32 *tags, *refs;
npairs = Vntagrefs(vgroup_id);
tags = (int32*) malloc (sizeof(int32) * npairs);
refs = (int32*) malloc (sizeof(int32) * npairs);
status = Vgettagrefs(vgroup_id, tags, refs, npairs);
[Top] [Prev] [Next] [Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF
Development Group.