H5Gopen1

fnhid_t H5Gopen1(hid_t loc_id, const char * name) extern(C) @nogc nothrow

Opens a group (version 1, deprecated).

Parameters

loc_idLocation identifier
nameGroup name

Returns

Group identifier on success, H5I_INVALID_HID on failure.