rdesc
is a pointer to the row descriptor for a row that contains the specified column. A row descriptor describes the structure of a row or a composite value. Call mi_get_row_desc() or mi_get_row_desc_without_row() to obtain it.
colname
is a null-terminated string that contains the column name.
Yes