H5Dvlen_get_buf_size

fnherr_t H5Dvlen_get_buf_size(hid_t dset_id, hid_t type_id, hid_t space_id, hsize_t * size)

Determines the number of bytes required to store variable-length data.

Parameters

dset_idDataset identifier
type_idDatatype identifier
space_idDataspace identifier
sizePointer to receive the size in bytes

Returns

Non-negative on success, negative on failure.