H5Pget_file_locking
fn
herr_t H5Pget_file_locking(hid_t fapl_id, hbool_t * use_file_locking, hbool_t * ignore_when_disabled)Gets the file locking settings.
Parameters
fapl_id | File access property list identifier |
use_file_locking | Pointer to receive the file locking flag |
ignore_when_disabled | Pointer to receive the ignore flag |
Returns
Non-negative on success, negative on failure.