|
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. |