Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsTextBlock Structure

Buffer to receive text extracted by a file parser.

File: dtsviewr.h

Syntax
C++
struct dtsTextBlock { long textLen; long bufferSize; char * buf; dtsBookMark bookMark; unsigned long fractionRead; };

When a viewer extracts text from a file, it returns the text in a dtsTextBlock, which is simply a buffer to store the text.