MI_LO_HANDLE *mi_lo_from_string(LOhdl_str) char *LOhdl_str;
The mi_lo_from_string( ) function converts the text version of an LO handle, which LOhdl_str references, to the binary representation for the LO handle. It is a constructor function for an LO handle.
See also the description of mi_lo_to_string( ).