Retrieves the file access property list identifier associated with the link access property list
Procedure:
H5P_GET_ELINK_PREFIX ( lapl_id )
Signature:
hid_t H5Pget_elink_prefix(
hid_t lapl_id
)
Parameters:
hid_t lapl_id
IN: Link access property list identifier
Description:
H5P_GET_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 H5P_SET_ELINK_FAPL and H5L_CREATE_EXTERNAL. When no such identifier is set, this routine returns H5P_DEFAULT
.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
History:
Release | Change |
---|
1.8.0 | Function introduced in this release. |
--- Last Modified: August 06, 2019 | 02:05 PM