informix
Informix DataBlade API Programmer's Manual
DataBlade API 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

Usage

The mi_lo_from_string() function is a constructor function for the LO handle. Use mi_free() to free this LO handle when it is no longer needed.

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

Return Values

MI_LO_HANDLE * 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 the description of the mi_lo_to_string() function.

For more information, see Binary and Text Representations of an LO Handle.


Informix DataBlade API Programmer's Manual, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved