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
.
H5Pset_fclose_degree
)
in this property list will be ignored.
A file opened by means of traversing an external link
is always opened with the weak file close degree property setting,
H5F_CLOSE_WEAK
.
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. |