Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsSearchFileInfo Structure
Structs, Records, Enums | Send Feedback

Information about a file being searched in an unindexed search.

struct dtsSearchFileInfo {
  const char * name;
  const char * type;
  const char * openFailMessage;
  __int64 size;
  long typeId;
  long fileInfoFlags;
  long wordCount;
};
File

dtsearch.h

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
Links
You are here: C++ API > Structs, Records, Enums > dtsSearchFileInfo Structure
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.