H5Pset_elink_fapl
(
hid_t lapl_id
,
hid_t fapl_id
)
H5Pset_elink_fapl
sets the file access property list,
fapl_id
, to be used when accessing the target file of
an external link associated with lapl_id
.
hid_t lapl_id |
IN: Link access property list identifier | |
hid_t fapl_id |
IN: File access property list identifier |
H5Pget_elink_fapl
H5Lcreate_external
Release | Change |
1.9.0 | C function introduced in this release. |