H5Dread_chunk

fnherr_t H5Dread_chunk(hid_t dset_id, hid_t dxpl_id, const hsize_t * offset, uint * filters, void * buf)

Reads a raw data chunk directly from a dataset.

Parameters

dset_idDataset identifier
dxpl_idData transfer property list identifier, or H5P_DEFAULT
offsetLogical position of the chunk's first element
filtersPointer to receive the mask of filters used with the chunk
bufBuffer to receive the chunk data

Returns

Non-negative on success, negative on failure.