conn
is a pointer to the connection descriptor that a previous call to mi_open() or mi_server_connect() established.
column_spec
is a pointer to a buffer that contains the name of the database column whose column-level storage characteristics you want to use.
LO_spec
is a pointer to the LO-specification structure into which mi_lo_colinfo_by_name() puts the storage characteristics for the column_spec column.
Yes
MI_OK
The function was successful; LO_spec points to the LO-specification structure with the storage characteristics of column_spec.
MI_ERROR
The function was not successful.