H5Screate

fnhid_t H5Screate(H5S_class_t type)

Creates a new dataspace.

Parameters

typeType of dataspace to create (SCALAR, SIMPLE, or NULL_)

Returns

A dataspace identifier on success, or H5I_INVALID_HID on failure.