The ifx_lo_stat_mtime_sec() function

The ifx_lo_stat_mtime_sec() function returns the time of last modification for a smart large object.

Syntax

mint ifx_lo_stat_mtime_sec(LO_stat)
   ifx_lo_stat_t *LO_stat;
LO_stat
A pointer to an LO-status structure that ifx_lo_stat() allocates and completes with status information.

Usage

The resolution of the time that the ifx_lo_stat_mtime_sec() function returns is seconds.

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 completes it with the status information for a particular smart large object. Therefore, you must precede a call to ifx_lo_stat_mtime_sec() with a call to ifx_lo_stat().

Return codes

>=0
The last-modification time for the smart large object that LO_stat identifies.
-1
The function was not successful.