int (* recognize)(dtsInputStream& aStream);
|
Parameters |
Description |
|
aStream |
The input stream to check |
0 if the file format is not recognized, or 1 if the file format is recognized
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.
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|