H5Pget_est_link_info
fn
herr_t H5Pget_est_link_info(hid_t plist_id, uint * est_num_entries, uint * est_name_len)Gets the estimated link info for a group.
Parameters
plist_id | Group creation property list identifier |
est_num_entries | Pointer to receive estimated number of entries |
est_name_len | Pointer to receive estimated average name length |
Returns
Non-negative on success, negative on failure.