You are here: C++ API > Classes > dtsViewerInfo Structure > dtsViewerInfo::makeViewer2 Data Member
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsViewerInfo::makeViewer2 Data Member
Syntax
C++
dtsViewerHandle (* makeViewer2)(dtsMakeViewerParams& params);
Parameters
Description
params
Includes a pointer to the dtsInputStream, and information about the output format requested and the option settings in effect

a dtsViewerHandle identifying the parser, or NULL if the file cannot be parsed

Pointer to a function that will create a file parser for a dtsInputStream, using information provided in a dtsMakeViewerParams struct.