Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5P_GET_FILE_LOCKING

Retrieves the file locking property values

Procedure:

H5P_GET_FILE_LOCKING ( fapl_id, use_file_locking, ignore_when_disabled )

Signature:

herr_t H5Pget_file_locking ( hid_t fapl_id, hbool_t *use_file_locking, hbool_t *ignore_when_disabled )

Replace this text with the Fortran signature

Parameters:
hid_t fapl_idIN: File access property list identifier
hbool_t *use_file_lockingOUT: File locking flag
hbool_t *ignore_when_disabledOUT: Ignore when disabled flag

Description:

H5P_GET_FILE_LOCKING retrieves the file locking property values for the file access property list specified by fapl_id.

Returns:

SUCCEED/FAIL

History:
ReleaseChange
1.10.7Function introduced in this release.

--- Last Modified: October 08, 2020 | 01:09 PM