[Back to Interface] [Prev] [Next]

SDendaccess/sfendacc

intn SDendaccess(int32 sds_id)

sds_id IN:

Data set identifier returned by SDcreate or SDselect

Purpose

Terminates access to a data set.

Return value

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

Description

SDendaccess frees the memory taken up by the HDF library's data structures devoted to the data set identified by the parameter sds_id.

Failing to call this routine after all operations on the specified data set are complete may result in loss of data. This routine must be called once for each call to SDcreate or SDselect.

FORTRAN

integer function sfendacc(sds_id)

integer sds_id



[Back to Interface] [Prev] [Next]

hdfhelp@ncsa.uiuc.edu
HDF Reference Manual - 07/29/98, NCSA HDF Development Group.