Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5P_SET_ELINK_FAPL

Sets a file access property list for use in accessing a file pointed to by an external link

H5P_SET_ELINK_FAPL ( lapl_id, fapl_id )

herr_t H5Pset_elink_fapl(
        hid_t lapl_id,
        hid_t fapl_id
    )

  

NONE

hid_t lapl_id    IN: Link access property list identifier
hid_t fapl_idIN: File access property list identifier

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

Coming Soon!

Release    Change
1.8.0C function introduced in this release.

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