LIBRARY int
LQTp_FlushLastBlockCache
(db)
t_LQTEXT_Database *db;
Purpose
Ensures that all entries in the last block cache are written out to disk. This routine must be called before a routine that has updated the database exits.
This routine is registered as an action to be performed on a database close or sync, and so is called automatically by LQT_CloseDatabase and LQT_SyncDatabase; the ignored argument and the return value are for compatibility with LQT_AddActionOnClose.