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

Information passed to the makeViewer2 callback function in dtsViewerInfo

struct dtsMakeViewerParams {
  dtsInputStream * input;
  dtsErrorInfo * errorHandler;
  const dtSearchNamespace dtsAlphabet * alphabet;
  long convertFlags;
  long fieldFlags;
  long outputFormat;
  dtsOptions * options;
  dtsExtractionOptions * extractionOptions;
};
File

dtsviewr.h

Members
Members 
Description 
dtsInputStream * input; 
Input stream to parse 
dtsErrorInfo * errorHandler; 
Error handler to report errors through 
const dtSearchNamespace dtsAlphabet * alphabet; 
Alphabet that will apply when parsing this file (this is only needed if the file parser needs to know where word breaks occur, which usually is not the case) 
long convertFlags; 
Internal use only. 
long fieldFlags; 
Obsolete. 
long outputFormat; 
dtsInputType specifying the requested output format for the parsed text. 
dtsOptions * options; 
Option settings currently in effect 
dtsExtractionOptions * extractionOptions; 
Options for extraction of embedded objects during conversion 
Group
Links
You are here: C++ API > Classes > dtsMakeViewerParams Structure
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.