H5Pset_sizes

fnherr_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_idFile creation property list identifier
sizeof_addrSize in bytes of file offsets
sizeof_sizeSize in bytes of file lengths

Returns

Non-negative on success, negative on failure.