H5Dget_chunk_info_by_coord
fn
herr_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_id | Dataset identifier |
offset | Logical position of the chunk's first element |
filter_mask | Pointer to receive the filter mask |
addr | Pointer to receive the chunk address in the file |
size | Pointer to receive the chunk size in bytes |
Returns
Non-negative on success, negative on failure.