H5Pget_file_space
fn
herr_t H5Pget_file_space(hid_t plist_id, H5F_FILE_SPACE * strategy, hbool_t * persist, hsize_t * threshold)Gets the file space strategy.
Parameters
plist_id | File creation property list identifier |
strategy | Pointer to receive the strategy |
persist | Pointer to receive the persist flag |
threshold | Pointer to receive the threshold |
Returns
Non-negative on success, negative on failure.