Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsTextBlock Structure
Classes | Send Feedback

Buffer to receive text extracted by a file parser.

struct dtsTextBlock {
  long textLen;
  long bufferSize;
  char * buf;
  dtsBookMark bookMark;
  unsigned long fractionRead;
};
File

dtsviewr.h

Members
Members 
Description 
long textLen; 
Amount of text returned 
long bufferSize; 
Size of the buffer pointed to by buf 
char * buf; 
Buffer to receive text 
dtsBookMark bookMark; 
Obsolete 
unsigned long fractionRead; 
Portion of the input that has been read (0 = none, 1000 = all) 
Remarks

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

Group
Links
You are here: C++ API > Classes > dtsTextBlock Structure
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.