H5Tregister

fnherr_t H5Tregister(H5T_pers_t pers, const char * name, hid_t src_id, hid_t dst_id, H5T_conv_t func)

Registers a datatype conversion function.

Parameters

persPersistence: H5T_PERS_HARD or H5T_PERS_SOFT
nameName for the conversion function
src_idSource datatype identifier
dst_idDestination datatype identifier
funcConversion function to register

Returns

Non-negative on success, negative on failure.