Initialize structure for output data
int (* pInitializeJob)(dtsAnalyzerHandle hAnalyzer, dtsLaJob& toInitialize);
|
Parameters |
Description |
|
hAnalyzer |
Handle to the analyzer, created by pCreateAnalyzer |
|
toInitialize |
The job to initialize |
SUCCESS if the job was initialized successfully, or FAIL if an error occurred and the job should not be used to analyze text.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|