H5Pset_sizes
fn
herr_t H5Pset_sizes(hid_t fcpl_id, size_t sizeof_addr, size_t sizeof_size)Sets the byte sizes of offsets and lengths in the file.
Parameters
fcpl_id | File creation property list identifier |
sizeof_addr | Size in bytes of file offsets |
sizeof_size | Size in bytes of file lengths |
Returns
Non-negative on success, negative on failure.