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_id | IN: File access property list identifier |
hbool_t *use_file_locking | OUT: File locking flag |
hbool_t *ignore_when_disabled | OUT: 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:
History:
Release | Change |
---|
1.10.7 | Function introduced in this release. |
--- Last Modified: October 08, 2020 | 01:09 PM