Syntax
Structure
Parameters
Parameters |
Description |
---|---|
aStream |
The input stream to check |
Returns
0 if the file format is not recognized, or a confidence level between 1 and dtsMaxConfidence (100) 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.