H5Screate
fn
hid_t H5Screate(H5S_class_t type)Creates a new dataspace.
Parameters
type | Type of dataspace to create (SCALAR, SIMPLE, or NULL_) |
Returns
A dataspace identifier on success, or H5I_INVALID_HID on failure.