You are here: C++ API > Structs, Records, Enums > dtsSearchFileInfo Structure
Close
dtSearch Text Retrieval Engine Programmer's Reference
dtsSearchFileInfo Structure

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
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

Information about a file being searched in an unindexed search.

Copyright (c) 1995-2025 dtSearch Corp. All rights reserved.