Retrieves text from the current chunk.
SCODE GetText(
ULONG * pcwcBuffer, //On entry, size of requested awcBuffer; on
//exit, characters retrieved
WCHAR * awcBuffer //Text retrieved from current chunk
);
If the current chunk is too large for the awcBuffer array, more than one call to GetText may be required to retrieve all of the text in the current chunk. Each call to GetText retrieves text that immediately follows the text from the last call to GetText. The last character from one call can be in the middle of a word, and the first character in the next call would continue that word. Search engines must handle this situation.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in filter.h.
IFilter::GetValue, IFilter::GetChunk