Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5P_GET_ELINK_FAPL

Retrieves the file access property list identifier associated with the link access property list

H5P_GET_ELINK_PREFIX ( lapl_id )

hid_t H5Pget_elink_prefix(
        hid_t lapl_id
    )
  

NONE

hid_t lapl_id     IN: Link access property list identifier

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 a non-negative value if successful; otherwise returns a negative value.

Coming Soon!

Release    Change
1.8.0Function introduced in this release.

--- Last Modified: August 06, 2019 | 02:05 PM