Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsRecognitionSignature Structure

Provides information about how to recognize a particular file type.

File: dtsviewr.h

Syntax
C++
struct dtsRecognitionSignature { long offset; short length; const char * text; char convertToUpper; char patternMatch; short confidence; };

dtsRecognitionSignature is supplied as part of the dtsViewerInfo that a viewer uses to register itself.