Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsViewerInfo::recognize Data Member
dtsViewerInfo Structure | dtsViewerInfo Structure | Send Feedback
int (* recognize)(dtsInputStream& aStream);
Parameters
Parameters 
Description 
aStream 
The input stream to check 
Returns

0 if the file format is not recognized, or 1 if the file format is recognized

Description

If not NULL, will be called to determine whether the a file has the format recognized by the parser. If possible, file parsers should use the recognitionSignature to identify the file format and initialize recognize to NULL.

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