Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsMakeViewerParams Structure
Classes | Send Feedback
struct dtsMakeViewerParams {
  dtsInputStream * input;
  dtsErrorInfo * errorHandler;
  const dtSearchNamespace dtsAlphabet * alphabet;
  long convertFlags;
  long fieldFlags;
  long outputFormat;
  dtsOptions * options;
};
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. If this viewer is being created to handle a FileConverter conversion, convertFlags will have the value of any ConvertFlags passed in the FileConverter. 
long fieldFlags; 
Obsolete. fieldFlags are now provided with the entire dtsOptions struct in options 
long outputFormat; 
dtsInputType specifying the requested output format for the parsed text. This must be one of the possible output formats specified by the ViewerInfo flags for this parser 
dtsOptions * options; 
Option settings currently in effect 
Description

Information passed to the makeViewer2 callback function in dtsViewerInfo

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