Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsLanguageAnalyzerInterface::pInitializeJob Data Member

Initialize structure for output data

Syntax
C++
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.

Set up a dtsLaJob for one or more analyze() calls. dtsLaJob includes a pData pointer that can be used to store a this pointer for an object that will handle analysis of text.