The ifx_lo_stat_ctime() function
The ifx_lo_stat_ctime() function returns the time of last change in status for a smart large object.
Syntax
mint ifx_lo_stat_ctime(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 last change in status includes modification of storage characteristics, including a change in the number of references and writes to the smart large object. The resolution of the time that the ifx_lo_stat_ctime() 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 fills it with the status information for a particular smart large object. Therefore, you must precede a call to ifx_lo_stat_ctime() with a call to ifx_lo_stat().
Return codes
- >=0
- The last-change time for the smart large object that LO_stat identifies.
- -1
- The function was not successful.