You are here:
C++ Support Classes
Overviews
C++ API
C++ Support Classes
COM Interface
>
dtSearch Namespace
CPP Support Classes - Static Libraries
dtSearch Namespace
>
Classes
Classes
>
DJobThread Class
DConvertPathRequest Class
DOptionalLogger Class
DExtractionOptions Class
DCalcPdfHitRectsJob Class
DFileConvertJob Class
DIndexInfo Class
DIndexJob Class
DIndexMergeJob Class
DIndexProgressInfo Class
DIndexVerifyJob Class
DJobBase Class
DJobInThread<class T> Template
DJobThread Class
DListIndexJob Class
DOptions Class
DOptions2 Class
DOutputBase Class
DSearchJob Class
DSearchReportJob Class
DSearchResults Class
DStringProperty Class
DStringSetProperty Class
dtsIndexCache Class
dtsIndexCacheOptions Structure
dtsIndexCacheStatus Structure
DWordListBuilder Class
>
start Method
start Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
Contents
|
Index
|
Home
Previous
|
Up
|
Next
start Method
This is the overview for the start method overload.
Class
DJobThread Class
Overload List
Method
Description
DJobThread::start ()
Start with default priority, The thread is started with _beginthreadex.
DJobThread::start (int)
Start with specified priority. The thread is started with _beginthreadex, so it must be ended with _endthreadex