|
The mi_typename_to_id() function creates a type identifier for a data type, given the type name in LVARCHAR format.
The mi_typename_to_id() function converts the name of the data type in the varying-length structure that type_lvname references into a type identifier.
| MI_TYPEID * | is a pointer to the type identifier of the type_lvname data type. |
| NULL | indicates that the function was not successful; a type identifier for type_lvname was not found. |
See the descriptions of the following functions: mi_typedesc_typeid(), mi_typename_to_typedesc(), and mi_typestring_to_id().