Enables the switching between latest or non-latest format for an opened file (DEPRECATED)
H5F_SET_LATEST_FORMAT (file_id, latest_format)
herr_t H5Fset_latest_format(
hid_t file_id,
hbool_t latest_format
)
hid_t file_id
IN: A file identifier
hbool_t latest_format
IN: Enable latest format or not
H5F_SET_LATEST_FORMAT enables the switching between latest or non-latest format for an opened file associated with file_id
.
Returns a non-negative value if successful; otherwise returns a negative value.
History:
Release | Change |
---|
1.10.2 | Function deprecated. |
1.10.0 | Function introduced in this release. |
--- Last Modified: December 20, 2018 | 12:27 PM