[Top] [Prev] [Next] [Bottom]
Vgettagref/vfgttr
intn Vgettagref(int32 vgroup_id, int32 index, int32 *tag, int32 *ref)
int32 vgroup_id; /* pointer to an attached vgroup */
int32 tag, ref;
int32 status, i, npairs;
npairs = Vntagrefs(vgroup_id);
for (i=0; i < npairs; i++) {
status = Vgettagref (vgroup_id, i, &tag, &ref);
printf ("found tag=%d ref=%d at position %d\n", tag, ref, i);
}
[Top] [Prev] [Next] [Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF
Development Group.