[Top]
[Prev]
[Next]
[Bottom]
DFSDendslice/dseslc
intn DFSDendslice( )
Purpose
Terminates the write operation after storing a slice of data in a scientific dataset.
Return value
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
Description
DFSDendslice
must be called after all the slices are written. It checks to ensure that the entire dataset has been written, and if it has not, returns an error code.
DFSDendslice
is obsolete in favor of
DFSDendslab
.
DFSDendslab
is the recommended function call to use when terminating hyperslab (previously known as data slices) operations. HDF will continue to support
DFSDendslice
only to maintain backward compatibility with earlier versions of the library.
FORTRAN
integer function dseslc( )
[Top]
[Prev]
[Next]
[Bottom]
hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.