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

Vfindattr/vffdatt

intn Vfindattr(int32 vgroup_id, char *attr_name)
vgroup_id

IN:

Vgroup identifier returned by Vattach

attr_name

OUT:

Name of the target attribute

Purpose

Returns the index of an attribute with the given name, specified by the value of the attr_name parameter, of a vgroup.

Return value

Returns the index of the target attribute if successful and FAIL (or -1) otherwise.

FORTRAN

integer function vffdatt(vgroup_id, attr_name)

integer group_id

character* (*) attr_name



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

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