lq-text: LQT_GetWordPlaces

API t_WordPlace * LQT_GetWordPlaces (db, WID, Block, BlockLength, NextOffset, NumberExpected) t_LQTEXT_Database *db; t_WID WID; unsigned char *Block; unsigned int BlockLength; unsigned long NextOffset; unsigned long *NumberExpected;

Purpose

Reads all the places for a given word into memory, and returns a freshly malloc'd array of t_WordPlaces. It is the caller's responsibility to free the resulting array.

The arguments are as for LQT_Get­Word­Places­Where.

See Also: