The mi_type_full_name() function

The mi_type_full_name() function obtains the full name (owner.typename) of a data type from its type descriptor.

Syntax

mi_string *mi_type_full_name(type_desc)
   MI_TYPE_DESC *type_desc;
type_desc
A pointer to the type descriptor from which to obtain the full name of the data type.
Valid in client LIBMI application? Valid in user-defined routine?
Yes Yes

Usage

The mi_type_full_name() function determines the full name for the data type that type_desc references.

Return values

An mi_string pointer
A pointer to the full name of the data type in the type_desc type descriptor.
NULL
The function was not successful.