Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5F_SET_LATEST_FORMAT

Enables the switching between latest or non-latest format for an opened file (DEPRECATED)

This function is deprecated in favor of the function H5F_SET_LIBVER_BOUNDS

Procedure:

H5F_SET_LATEST_FORMAT (file_id, latest_format)

Signature:


herr_t H5Fset_latest_format(             
        hid_t file_id,             
        hbool_t latest_format     
)

Parameters:

hid_t file_id                         IN: A file identifier

hbool_t latest_format          IN: Enable latest format or not

Description:

H5F_SET_LATEST_FORMAT enables the switching between latest or non-latest format for an opened file associated with file_id.

Returns:

Returns a non-negative value if successful; otherwise returns a negative value.

Example:

Coming Soon!

History:
ReleaseChange
1.10.2Function deprecated.
1.10.0

Function introduced in this release.

--- Last Modified: December 20, 2018 | 12:27 PM