H5Tunregister(H5T_conv_t func
)
H5Tunregister removes a conversion function from all conversion paths.
The conversion function pointer type declaration is described in H5Tregister.
H5T_conv_t func |
Function to remove from conversion paths. |
| Release | C |
| 1.6.3 |
The following change occurred in the
H5Tconv_t function:nelmts parameter type changed to
size_t. |