File
File: dtsearch.h
Syntax
C++
struct dtsSearchFileInfo {
const char * name;
const char * type;
const char * openFailMessage;
__int64 size;
long typeId;
long fileInfoFlags;
long wordCount;
};
Members
Members |
Description |
---|---|
const char * name; |
Name of the file |
const char * type; |
File type of the file (Word, PDF, etc.) |
const char * openFailMessage; |
If the file could not be accessed, a message providing information about the reason for the failure |
__int64 size; |
Size of the file |
long typeId; |
TypeId value specifying the file format of the document |
long fileInfoFlags; |
FileInfoFlags value specifying whether the file was encrypted, corrupt, etc. |
long wordCount; |
Number of words in the file |
Group
Description
Information about a file being searched in an unindexed search.