Name: H5Pget_elink_fapl
Signature:
hid_t H5Pget_elink_prefix( 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. See also H5Pset_elink_fapl and H5Lcreate_external. When no such identifier is set, this routine returns H5P_DEFAULT.

Parameters:

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

Fortran90 Interface:
None.

History:
Release     C
1.9.0 Function introduced in this release.