H5Tcommit1

fnherr_t H5Tcommit1(hid_t loc_id, const char * name, hid_t type_id)

Commits a transient datatype (deprecated version 1).

Parameters

loc_idLocation identifier
nameName for the committed datatype
type_idDatatype identifier

Returns

Non-negative on success, negative on failure.

Deprecated

Use H5Tcommit2 instead.