Close
dtSearch Text Retrieval Engine Programmer's Reference
FileInfoFlags Enumeration

File: dtsearch.h

Syntax
C++
enum FileInfoFlags { fiDocumentOK = 0x0000, fiEncrypted = 0x0001, fiEmpty = 0x0002, fiContainer = 0x0004, fiBinary = 0x0008, fiCorrupt = 0x0010, fiPartiallyEncrypted = 0x0020, fiPartiallyCorrupt = 0x0040, fiOutOfMemory = 0x0080, fiOpenFailed = 0x0100, fiFilteredBinary = 0x0200, fiImageOnly = 0x0400 };

Values for dtsFileInfo and dtsIndexProgressInfo.fileFlags (C++) and IndexFileInfo (.NET, Java)