Returns a copy of the VOL information for a connector
Procedure:
H5P_GET_VOL_INFO ( plist_id, vol_info )
Signature:
herr_t H5Pget_vol_info ( hid_t plist_id, void **vol_info )
Parameters:
hid_t plist_id | IN: File access property list |
void **vol_info | OUT: The VOL information for a connector |
Description:
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:
Returns a non-negative on success and a negative value on failure.
Example:
History:
Release | Change |
---|
1.12.0 | Function introduced in this release |
--- Last Modified: March 17, 2020 | 02:44 PM