Home | Previous Page | Next Page   Function Descriptions >

mi_lo_to_string( )

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

Syntax

char *mi_lo_to_string(LO_hdl)
   MI_LO_HANDLE *LO_hdl;
LO_hdl
is a pointer to the LO handle to convert to text representation.
Valid in Client LIBMI Application? Valid in User-Defined Routine?
Yes Yes

Usage

The mi_lo_to_string( ) function converts the LO handle that LO_hdl references to its text representation. The mi_lo_to_string( ) function allocates a character string with the current memory duration. Use mi_free( ) to free this character string when it is no longer needed.

Return Values

A char pointer
is a pointer to the text representation of the LO handle that LO_hdl references.
NULL
indicates that the function was not successful.

Related Topics

See also the description of mi_lo_from_string( ).

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