changes.mady.by.user Barbara Jones
Saved on Dec 14, 2017
Saved on Aug 06, 2019
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 )
<pre><code class="language-c">herr_t H5Pset_elink_fapl( hid_t lapl_id, hid_t fapl_id ) </code></pre>
<pre><code class="language-fortran">NONE</code></pre>
lapl_id
fapl_id
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!