<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/readword.c">
<Name>LQT_ReadWordFromFileInfo</Name>
<Class>Database/Retrieval, Database/Documents
<Purpose>
The same as LQT_ReadWordFromStringPointer, but uses a FILE * that
the caller has created in the given t_FileInfo structure.
<Notes>
See LQC_MakeInput in the lqaddfile client for one way to create
a FileInfo; that routine will move into the API in a future release,
but probably with slight changes to its interface.
<SeeAlso>
LQT_ReadWordFromStringPointer
</Function>
<Decl>
API t_WordInfo *
LQT_ReadWordFromFileInfo(db, FileInfo, Flags)
    t_LQTEXT_Database *db;
    t_FileInfo *FileInfo;
    unsigned int Flags;
</Decl>
</Entry>
