Create the row descriptor

You create a row descriptor for a row type with the mi_row_desc_create() function.

The mi_row_desc_create() is the constructor function for a row descriptor. You provide this function with the type identifier of the row type for which you want the row descriptor. If you do not know the type identifier for your row type, use the mi_type_typename() function or mi_typestring_to_id() to create a type identifier based on the type name. The type name for a row type is its text representation.