![]() |
|
The mi_type_typedesc() function creates a type descriptor, given a type identifier.
The mi_type_typedesc() function obtains the type descriptor for the type identifier that typeid_ptr references.
MI_TYPE_DESC * | is a pointer to the type descriptor for the typeid_ptr type identifier. |
NULL | indicates that the function was not successful. |
See the descriptions of the following functions: mi_type_align(), mi_type_byvalue(), mi_type_element_typedesc(), mi_type_full_name(), mi_type_length(), mi_type_maxlength(), mi_type_owner(), mi_type_precision(), mi_type_qualifier(), mi_type_typedesc(), mi_type_typename(), and mi_typedesc_typeid().
For information on type-descriptor accessor functions, see Type Descriptors.