Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsIndexFileInfo Structure

Contains information about a file being indexed.

File: dtsearch.h

Syntax
C++
struct dtsIndexFileInfo { const char * name; const char * location; const char * type; const char * openFailMessage; long size; long bytesRead; long wordCount; short percentDone; unsigned short typeId; long docId; const char * displayName; const char * fullname; __int64 size64; };

Passed in indexing status notifications embedded in a dtsIndexProgressInfo.