H5Dget_chunk_info_by_coord

fnherr_t H5Dget_chunk_info_by_coord(hid_t dset_id, const hsize_t * offset, uint * filter_mask, haddr_t * addr, hsize_t * size)

Retrieves information about a chunk by its coordinates.

Parameters

dset_idDataset identifier
offsetLogical position of the chunk's first element
filter_maskPointer to receive the filter mask
addrPointer to receive the chunk address in the file
sizePointer to receive the chunk size in bytes

Returns

Non-negative on success, negative on failure.