Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsLanguageAnalyzerInterface::pInitializeJob Data Member
dtsLanguageAnalyzerInterface Structure | dtsLanguageAnalyzerInterface Structure | Send Feedback

Initialize structure for output data

int (* pInitializeJob)(dtsAnalyzerHandle hAnalyzer, dtsLaJob& toInitialize);
Parameters
Parameters 
Description 
hAnalyzer 
Handle to the analyzer, created by pCreateAnalyzer 
toInitialize 
The job to initialize 
Returns

SUCCESS if the job was initialized successfully, or FAIL if an error occurred and the job should not be used to analyze text.

Description
Remarks

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.

Structure
Links
You are here: C++ API > Language Analyzer API > dtsLanguageAnalyzerInterface Structure > dtsLanguageAnalyzerInterface::pInitializeJob Data Member
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.