H5Sextent_copy
fn
herr_t H5Sextent_copy(hid_t dst_id, hid_t src_id)Copies the extent from one dataspace to another.
Parameters
dst_id | Destination dataspace identifier |
src_id | Source dataspace identifier |
Returns
Non-negative on success, negative on failure.