lq-text: LQT_AddWordPlaces

API unsigned long LQT_AddWordPlaces (db, WordPlaces, WID, Offset, NumberToWrite) t_LQTEXT_Database *db; t_WordPlace *WordPlaces; t_WID WID; unsigned long Offset; unsigned long NumberToWrite;

Purpose

Adds the given Word Places to the database for the given WID. This routine is fairly low-level, and is made available in the API for efficiency. You should not attempt to use it without looking at examples in the lq-text clients that update the database, and also reading the source of the function itself.

Returns

The number of places written.