Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5P_GET_FAPL_SPLITTER

Returns information about the splitter file access property list

Procedure:

H5P_GET_FAPL_SPLITTER ( fapl_id, config_out)

Signature:

herr_t H5Pget_fapl_splitter ( hid_t fapl_id, H5FD_splitter_vfd_config_t *config_out )

Replace this text with the Fortran function signature

Parameters:
hid_t fapl_idIN: File access property list
H5FD_splitter_vfd_config_t *config_outOUT: Information about the splitter property list

Description:

H5P_GET_FAPL_SPLITTER retrieves information in config_out for the splitter virtual file driver specified by the file access property list, fapl_id.

It will fail if config_out is received without pre-set valid magic and version information.

Returns:

SUCCEED/FAIL

History:
ReleaseChange
1.10.7Function was introduced in this release.


--- Last Modified: October 08, 2020 | 12:44 PM