API void
LQT_Deletepblock
(db, pblock)
t_LQTEXT_Database *db;
t_pblock *pblock;
Purpose
Deletes the word places for a given pblock, using LQT_DeleteWordPlaces.
Like LQT_DeleteWordPlaces, LQT_Deletepblock does not remove the WID <--> Word mapping from the wordlist Key Value Database, and does not zero out the information in the widindex block.
In other words, the word is not removed from the database vocabulary, and subsequent calls to LQT_WordToWID will return the same WID value as before the call to LQT_Deletepblock.
See Also: