H5LDget_dset_elmts

fnherr_t H5LDget_dset_elmts(hid_t did, const hsize_t * prev_dims, const hsize_t * cur_dims, const char * fields, void * buf)

Gets elements from a dataset.

Reads elements from a dataset starting at specified coordinates. This function is optimized for reading newly added data from an extended dataset.

Parameters

didDataset identifier
prev_dimsPrevious dimensions (starting point)
cur_dimsCurrent dimensions (ending point)
fieldsComma-separated list of field names for compound types, or NULL for entire elements
bufBuffer to receive the data

Returns

Non-negative on success, negative on failure.