Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsSearchProgressInfo Structure

File: dtsearch.h

Syntax
C++
struct dtsSearchProgressInfo { long updateType; dtsSearchFileInfo * currentFile; long filesToSearch; long filesSearched; long totalHitCount; long totalFileCount; const char * currentIndexPath; dtsSearchResultsItem * pFoundItem; };

Reported through the status notification callback in a dtsSearchJob, and the OnProgressUpdate virtual function callback in DSearchJob