Next: , Previous: , Up: File Library Functions   [Index]


7.12.3.29 x1f4_wind_lxfile

extern int x1f4_wind_lxfile
    (void *lxfile, void *file);

The x1f4_wind_lxfile function flushes the file (output) file object. lxfile is expected the file library object for which file was created.

The function returns 0 for success, non zero if the file is not opened, it does not associate a flushing method or the flushing failed.

If the flushing method was called and it failed, the function attempts to have the error reported as if the operation was tried from an aime program.