H5Gcreate1
fn
hid_t H5Gcreate1(hid_t loc_id, const char * name, size_t size_hint)Creates a group (version 1, deprecated).
Parameters
loc_id | Location identifier |
name | Group name |
size_hint | Hint for group size (0 for default) |
Returns
Group identifier on success, H5I_INVALID_HID on failure.