[Top]
[Prev]
[Next]
[Bottom]
SDendaccess/sfendacc
intn SDendaccess(int32
sds_id
)
sds_id
IN:
Dataset identifier returned from
SDselect
Purpose
Disposes of a dataset identifier.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
When done interacting with a specific dataset, this routine should be called to release the internal data structures. This routine should be called once for each call to
SDcreate
or
SDselect
. Failing to call this function may result in loss of data.
FORTRAN
integer function sfendacc(sds_id)
integer sds_id
[Top]
[Prev]
[Next]
[Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.