H5Pget_sizes

fnherr_t H5Pget_sizes(hid_t fcpl_id, size_t * sizeof_addr, size_t * sizeof_size)

Gets the byte sizes of offsets and lengths in the file.

Parameters

fcpl_idFile creation property list identifier
sizeof_addrPointer to receive the size of file offsets
sizeof_sizePointer to receive the size of file lengths

Returns

Non-negative on success, negative on failure.