enum FileInfoFlags {
fiDocumentOK = 0x0000,
fiEncrypted = 0x0001,
fiEmpty = 0x0002,
fiContainer = 0x0004,
fiBinary = 0x0008,
fiCorrupt = 0x0010,
fiPartiallyEncrypted = 0x0020,
fiPartiallyCorrupt = 0x0040,
fiOutOfMemory = 0x0080,
fiOpenFailed = 0x0100,
fiFilteredBinary = 0x0200
};dtsearch.h
|
Members |
Description |
|
fiDocumentOK = 0x0000 |
document successfully indexed |
|
fiEncrypted = 0x0001 |
item is encrypted |
|
fiEmpty = 0x0002 |
item contains no text |
|
fiContainer = 0x0004 |
item is a container |
|
fiBinary = 0x0008 |
item has an unrecognized file format |
|
fiCorrupt = 0x0010 |
item is corrupt |
|
fiPartiallyEncrypted = 0x0020 |
a portion of the item is encrypted |
|
fiPartiallyCorrupt = 0x0040 |
a portion of the item is corrupt |
|
fiOutOfMemory = 0x0080 |
insufficient memory to process file |
|
fiOpenFailed = 0x0100 |
file could not be accessed |
|
fiFilteredBinary = 0x0200 |
file is in an unrecognized format and is being indexed using the binary filtering algorithm |
Values for dtsFileInfo.flags and dtsIndexProgressInfo.fileFlags
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|