H5Lregister
fn
herr_t H5Lregister(const H5L_class_t * cls)Registers a user-defined link class.
Registers a new user-defined link type with the library. After registration, links of this type can be created with H5Lcreate_ud().
Parameters
cls | Pointer to the link class structure defining the new link type |
Returns
Non-negative on success, negative on failure.