LIBRARY int
LQTpFlushWIDCache
(db)
t_LQTEXT_Database *db;
Purpose
Writes any pending entries in the WID file cache out to disk. This must be done before closing the database or exiting the running program if any changes have been made.
When a database is opened, LQTpFlushWIDCache is registered as an action to be performed on an LQT_CloseDatabase or LQT_SyncDatabase, so it should not be necessary to call this function directly.
The ignored argument is for compatibility with LQT_AddActionOnClose, as is the return value.