Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5P_GET_VOL_INFO

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_idIN: File access property list
void **vol_infoOUT: 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:
ReleaseChange
1.12.0Function introduced in this release

--- Last Modified: March 17, 2020 | 02:44 PM