[Top] [Prev] [Next] [Bottom]

Vflocate/vffloc

int32 Vflocate(int32 vgroup_id, char *field)
vgroup_id

IN:

Vgroup identifier

field

IN:

Target field name

Purpose

Determines if the specified field name exists in the vgroup referred to by vgroup_id.

Return value

Returns the reference number of the vdata containing the field name if successful and FAIL (or -1) otherwise.

FORTRAN

integer function vffloc(vgroup_id, field)

integer vgroup_id

character* (*) field



[Top] [Prev] [Next] [Bottom]

hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.