The license could not be verified: License Certificate has expired!
changes.mady.by.user Mike McGreevy
Saved on Nov 08, 2017
changes.mady.by.user Barbara Jones
Saved on Dec 20, 2018
Returns pointer to the file handle from the virtual file driver
H5F_GET_VFD_HANDLE (file_id, fapl_id, file_handle)
<pre><code class="language-c">herr_t H5Fget_vfd_handle(hid_t file_id, hid_t fapl_id, void **file_handle )</code></pre>
file_id
fapl_id
H5P_DEFAULT
FAMILY
MULTI
file_handle
Given the file identifier file_id and the file access property list fapl_id,
H5F_
GET_VFD_HANDLE returns a pointer to the file handle from the low-level file driver currently being used by the HDF5 library for file I/O.
Returns a non-negative value if successful; otherwise returns a negative value.
Coming soon!