API int
LQT_PutWordInfoIntoIndex
(db, theWordInfo, Offset)
t_LQTEXT_Database *db;
t_WordInfo *theWordInfo;
unsigned long Offset;
Purpose
Each WordInfo structure contains a pointer to a single data block, which is used to store the widindex header. This speeds up indexing, since the header is needed at both the start of writing out WordPlaces and at the end. LQT_PutWordInfoIntoIndex arranges that index block be written out to the widindex index file, using LQT_WriteWordInfoIndexBlock.
A WID must have been allocated for this word with LQT_WriteWordAndWID for this word already, on this or some other program run.
This routine is generally called after LQT_Writepblock.
Returns
zero