<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/wpblock.c">
<Name>LQT_AddWordPlaces</Name>
<Class>Database/Update, Database/Physical
<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.</P>
<Returns>
The number of places written.
</Function>
<Decl>
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;
</Decl>
</Entry>
