H5DSwith_new_ref
fn
herr_t H5DSwith_new_ref(hid_t did, hbool_t * with_new_ref)Determines if new references are used for dimension scales.
This function checks whether the dimension scales in the file use the new-style references introduced in HDF5 1.12. New references provide improved functionality and are the preferred format.
Parameters
did | Dataset identifier |
with_new_ref | Output flag indicating if new references are used (non-zero if new references, zero if old references) |
Returns
Non-negative on success, negative on failure.