The mi_lo_to_string() function
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
- 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 the mi_free() function to free this character string when it is no longer needed.
Return values
- A char pointer
- A pointer to the text representation of the LO handle that LO_hdl references.
- NULL
- The function was not successful.