H5Pget_sizes
fn
herr_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_id | File creation property list identifier |
sizeof_addr | Pointer to receive the size of file offsets |
sizeof_size | Pointer to receive the size of file lengths |
Returns
Non-negative on success, negative on failure.