H5Pget_elink_prefix
(
hid_t lapl_id
)
H5Pget_elink_fapl
retrieves the file access property list identifier that is set for the link access property list identifier, lapl_id
.
The library uses this file access property list identifier to open the target file
for the external link access.
See also H5Pset_elink_fapl and
H5Lcreate_external.
When no such identifier is set, this routine returns H5P_DEFAULT
.
hid_t lapl_id |
IN: Link access property list identifier. |
Release | C |
1.9.0 | Function introduced in this release. |