API int
LQT_SyncAndCloseAllKeyValueDatabases
(db)
t_LQTEXT_Database *db;
Purpose
Closes all Key Value Databases that have been opened, after writing any pending data to disk.
This function is registered automatically as an action to be performed when a database is closed or on a call to LQT_Sync, and should not normally need to be called directly. The return value and argument are for compatibility with LQT_AddActionOnClose. The argument must be a null pointer, for future compatibility.