Sets a file access property list for use in accessing a file pointed to by an external link
Procedure:
H5P_SET_ELINK_FAPL ( lapl_id, fapl_id )
Signature:
herr_t H5Pset_elink_fapl(
hid_t lapl_id,
hid_t fapl_id
)
Parameters:
hid_t lapl_id | IN: Link access property list identifier |
hid_t fapl_id | IN: File access property list identifier |
Description:
H5P_SET_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
.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
History:
Release | Change |
---|
1.8.0 | C function introduced in this release. |
--- Last Modified: August 06, 2019 | 02:04 PM