[Top]
[Prev]
[Next]
[Bottom]
VSfind/vsffnd
int32 VSfind(int32
file_id
, char *
vdata_name
)
file_id
IN:
File identifier returned by
Hopen
vdata_name
IN:
Name of the vdata
Purpose
Queries the specified HDF file for a vdata with a given name.
Return value
Returns the vdata reference number if successful and 0 otherwise.
Description
If there is more than one vdata with the same name,
VSfind
will only find the reference number of the first vdata in the file with that name.
FORTRAN
integer function vsffnd(file_id, vdata_name)
integer file_id
character* (*) vdata_name
[Top]
[Prev]
[Next]
[Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.