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

VSQueryfields/vsqfflds

intn VSQueryfields(int32 vdata_id, char *fields)
vdata_id

IN:

Vdata access identifier returned from VSattach

fields

OUT:

Comma-separated string listing the fields in the vdata

Purpose

Returns the names of the fields in the vdata in fields.

Return value

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

FORTRAN

integer function vsqfflds(vdata_id, fields)

integer vdata_id

character*(*) fields



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

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