Home | Previous Page | Next Page   Function Descriptions >

mi_lo_from_string( )

The mi_lo_from_string( ) function converts an LO handle in its text representation to its binary representation.

Syntax

MI_LO_HANDLE *mi_lo_from_string(LOhdl_str)
   char *LOhdl_str;
LOhdl_str
is the text representation of the LO handle to convert.
Valid in Client LIBMI Application? Valid in User-Defined Routine?
Yes Yes

Usage

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.

Server Only

The mi_lo_from_string( ) function allocates a new LO handle in the current memory duration.

End of Server Only

Return Values

An MI_LO_HANDLE pointer
is an LO handle that is the binary representation of the text LO handle that LOhdl_str references.
NULL
indicates that the function was not successful.

Related Topics

See also the description of mi_lo_to_string( ).

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]