The ifx_lo_stat_size() function

The ifx_lo_stat_size() function returns the size, in bytes, of a smart large object.

Syntax

mint ifx_lo_stat_size(LO_stat, size)
   ifx_lo_stat_t *LO_stat;
   ifx_int8_t *size;
LO_stat
A pointer to an LO-status structure that ifx_lo_stat() allocates and completes with status information.
size
A pointer to an ifx_int8_t structure that ifx_lo_stat_size() fills in with the size bytes, of the smart large object.

Usage

The status information for the smart large object is in the LO-status structure to which LO_stat points. The ifx_lo_stat() function allocates this structure and fills it with the status information for a particular smart large object. Therefore, you must precede a call to ifx_lo_stat_size() with a call to ifx_lo_stat().

Return codes

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