struct dtsSearchFileInfo { const char * name; const char * type; const char * openFailMessage; __int64 size; long typeId; long fileInfoFlags; long wordCount; };
dtsearch.h
|
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; |
InputTypeId 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 |
Information about a file being searched in an unindexed search.
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|