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

Vgetattr/vfgnatt/vfgcatt

intn Vgetattr(int32 vgroup_id, intn attr_index, char *values)
vgroup_id

IN:

Vgroup identifier returned by Vattach

attr_index

IN:

Index of the target attribute

values

OUT:

Name of the target attribute

Purpose

Returns all of the values of the specified attribute of the specified vgroup.

Return value

Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.

Description

The attr_index parameter is the ordinal, zero-based index of the target attribute.

FORTRAN

integer function vfgnatt(vgroup_id, attr_index, values)

integer vgroup_id, attr_index, values

integer function vfgcatt(vgroup_id, attr_index, values)

integer vgroup_id, attr_index

character* (*) values



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

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