Creating a Data Space of a Specified Type
Function Syntax
Create a data space of a specified type.
hid_t H5Screate(H5S_class_t type)
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
type |
Type of the data space to create |
Non-empty |
Input |
Return Value
- Success: data space identifier
- Failure: negative value
Parent topic: Data Space APIs