H5Tcommit1
fn
herr_t H5Tcommit1(hid_t loc_id, const char * name, hid_t type_id)Commits a transient datatype (deprecated version 1).
Parameters
loc_id | Location identifier |
name | Name for the committed datatype |
type_id | Datatype identifier |
Returns
Non-negative on success, negative on failure.
Deprecated
Use H5Tcommit2 instead.