/** * \ingroup H5O * \def H5Oget_info_by_name * * #H5Oget_info_by_name is a macro that is mapped to: * \li #H5Oget_info_by_name3 * \li #H5Oget_info_by_name1 * * \details Such macros are provided to facilitate application * compatibility. Their use and mappings are fully described in * API Compatibility Macros in HDF5; we urge you to read that * document closely. * * In HDF5 versions 1.12 and after, #H5Oget_info_by_name is mapped to * #H5Oget_info_by_name3. In version 1.10 #H5Oget_info_by_name is * identical to #H5Oget_info_by_name1. * * Specific compile-time compatibility flags and the resulting * mappings are as follows: * * \par *
Compatibility setting | *H5Oget_info_by_name | *
---|---|
No compatibility flag \n | *#H5Oget_info_by_name3 for 1.12 and above \n * #H5Oget_info_by_name1 for 1.8 or 1.10 | *
Emulate Release 1.12 | *#H5Oget_info_by_name3 | *
Emulate Release 1.10 or 1.8 interface | *#H5Oget_info_by_name1 | *