H5Fset_libver_bounds
fn
herr_t H5Fset_libver_bounds(hid_t file_id, int low, int high)Sets the library version bounds for objects created in a file.
Parameters
file_id | File identifier |
low | Lowest version of library format to use (H5F_LIBVER) |
high | Highest version of library format to use (H5F_LIBVER) |
Returns
Non-negative on success, negative on failure.