H5Pget_elink_fapl
(
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.
When no such identifier is set, this routine returns
H5P_DEFAULT
.
See also H5Pset_elink_fapl and H5Lcreate_external.
hid_t lapl_id |
IN: Link access property list identifier. |
Release | C |
1.8.2 | Function introduced in this release. |