Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5L_GET_INFO

Returns information about a link

Signature:

herr_t H5Lget_info ( hid_t loc_id, const char *name, H5L_info_t *linfo /*out*/, hid_t lapl_id )

Description:

H5L_GET_INFO is a macro that is mapped to either of:

Such macros are provided to facilitate application compatibility. Their use and mappings are fully described in API Compatibility Macros in HDF5.

If the library and/or application is compiled for Release 1.12 emulation, H5L_GET_INFO will be mapped to H5L_GET_INFO2 and H5L_GET_INFO1 is deprecated. With earlier versions, H5L_GET_INFO is the same as H5L_GET_INFO1.

Specific compile-time compatibility flags and the resulting mappings are as follows:

No compatibility flag

H5L_GET_INFO2 (using 1.12 source)

H5L_GET_INFO1 (using 1.10 or 1.8 source)

Emulate Release 1.12H5L_GET_INFO2
Emulate Release 1.8 or 1.10 interface H5L_GET_INFO1

History:
ReleaseChange
1.12.0

The function H5L_GET_INFO was renamed to H5L_GET_INFO1 and deprecated in this release.
The macro H5L_GET_INFO and the function H5L_GET_INFO2 were introduced in this release.

--- Last Modified: March 05, 2020 | 03:51 PM