The ifx_lo_stat_free() function

The ifx_lo_stat_free() function frees an LO-status structure.

Syntax

mint ifx_lo_stat_free(LO_stat)
   ifx_lo_stat_t *LO_stat;
LO_stat
A pointer to an LO-status structure that the ifx_lo_stat() function has allocated.

Usage

The ifx_lo_stat() function returns status information about an open smart large object in an LO-status structure. When your application no longer needs this status information, use the ifx_lo_stat_free() function to deallocate the LO-status structure.

Return codes

0
The function was successful.
-1
The function was not successful.