Name: H5Pget_elink_fapl
Signature:
hid_t H5Pget_elink_fapl( hid_t lapl_id )

Purpose:
Retrieves the file access property list identifier associated with the link access property list.

Description:
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.

Parameters:
hid_t lapl_id      IN: Link access property list identifier.

Returns:
Returns a non-negative value if successful; otherwise returns a negative value.

Fortran90 Interface:
None.

History:
Release     C
1.8.2 Function introduced in this release.