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

Vend/vfend

intn Vend(int32 file_id)
file_id

IN:

File identifier returned by Hopen

Purpose

Releases the internal data structures for the specified HDF file.

Return value

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

Description

Vend releases all internal data structures allocated by calling Vstart. This routine must be called after all vdata and vgroup operations on an HDF file are completed. Further attempts to use vdata or vgroup routines after calling Vend will result in an error condition.

FORTRAN

integer function vfend(file_id)

integer file_id



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

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