H5Pget_shared_mesg_phase_change
fn
herr_t H5Pget_shared_mesg_phase_change(hid_t plist_id, uint * max_list, uint * min_btree) extern(C) @nogc nothrowGets the shared message phase change thresholds.
Parameters
plist_id | File creation property list identifier |
max_list | Pointer to receive max messages in list form |
min_btree | Pointer to receive min messages for B-tree |
Returns
Non-negative on success, negative on failure.