lq-text: LQT_DestroyWordInfo
File:
liblqtext/wordinfo.c
Category:
Memory
Database/Words
See Also:
LQT_DestroyFileInfo
LQT_DeleteWordFromIndex
LQT_MakeWordInfo
All Categories:
Overview
Database/Database
Database/Defaults
Database/Documents
Database/Dynamic Hashing
Database/Files
Database/Physical
Database/Retrieval
Database/Update
Database/Words
Error Handling
Input
Language/Stemming
Language/Stop List
Memory
Other/Terminal
Output
Retrieval/Matching
Retrieval/Phrases
Tracing
Utilities/Files
Utilities/Glue
Utilities/Memory
Utilities/Name Space
Utilities/Numeric Range
Utilities/Strings
Utilities/System
API void
LQT_DestroyWordInfo
(db, WP) t_LQTEXT_Database *db; t_WordInfo *WP;
Purpose
Deletes the given structure from memory, reclaiming storage. This routine does not affect the database.
See Also:
LQT_DestroyFileInfo
LQT_DeleteWordFromIndex
LQT_MakeWordInfo