H5Pget_libver_bounds
(
hid_t fapl_id
,
H5F_libver_t *low
,
H5F_libver_t *high
)
H5Pget_libver_bounds
retrieves the lower and upper bounds
on the HDF5 Library versions that indirectly determine the object formats versions
used when creating objects in the file.
This property is retrieved from the file access property list specified
by fapl_id
.
hid_t fapl_id
|
IN: File access property list identifier |
H5F_libver_t *low
|
OUT: The earliest version of the library that will be used for
writing objects. The library version indirectly specifies the earliest object
format version that can be used when creating objects in the file.
Currently,
|
H5F_libver_t *high
|
OUT: The latest version of the library that will be used for
writing objects. The library version indirectly specifies the latest object
format version that can be used when creating objects in the file.
Currently, |
Release | C |
1.8.0 | Function introduced in this release. |