changes.mady.by.user Barbara Jones
Saved on Nov 14, 2019
Saved on Mar 17, 2020
Returns a copy of the VOL information for a connector
H5P_GET_VOL_INFO ( plist_id, vol_info )
<pre><code class="language-c">herr_t H5Pget_vol_info ( hid_t plist_id, void **vol_info )</code></pre>
<pre><code class="language-fortran">Replace this text with the Fortran function signature</code></pre>
plist_id
vol_info
H5P_GET_VOL_INFO returns a copy of the VOL information vol_info for a connector specified by the file access property list plist_id.
Returns a non-negative on success and a negative value on failure.
None