herr_t H5LDget_dset_dims(
hid_t dset_id,
hsize_t *cur_dims
)
dset_id
through the parameter cur_dims
.
It will return failure if cur_dims
is NULL.hid_t dset_id |
IN: The dataset identifier |
hsize_t *cur_dims
|
OUT: The current dimension sizes of the dataset. |
H5LDget_dset_elmts
for the usage of this routine.
Release | Change |
1.10.0 | C function introduced with this release. |