This file parser cannot accept input from a dtsInputStream and requires a disk file
viReturnsRtf = 0x10
File parser can return RTF. A file parser may indicate multiple possible output formats, in which case dtsMakeViewerParams.outputFormat will specify the format requested by the caller.
viUtf8CharSet = 0x20
Text is returned using the UTF-8 encoding
viReturnsHtml = 0x40
File parser can return HTML. A file parser may indicate multiple possible output formats, in which case dtsMakeViewerParams.outputFormat will specify the format requested by the caller.
viIs64bit = 0x100
For container file parsers, indicates that the parser uses 64-bit values for indexInContainer.
viPriority = 0x200
Process this file parser ahead of all other file parsers. The file parser must return dtsMaxConfidence for this to work.