Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsContainerItemInfo Structure
Structs, Records, Enums | Send Feedback
struct dtsContainerItemInfo : public dtsFileInfo {
  char nameInContainer[FileNameLen];
  long indexInContainer;
  __int64 sizeInContainer;
  const char * containerFields;
};
File

dtsviewr.h

Members
Members 
Description 
char nameInContainer[FileNameLen]; 
A string that can be used in a getInfoByName call to access this item in the container. 
long indexInContainer; 
An integer that can be used in a getInfoByIndex call to access this item in the container. The integers used as indexes do not have to be sequential. 
__int64 sizeInContainer; 
Size of the item inside the container (for example, the compressed size of an item in a ZIP) 
const char * containerFields; 
Document properties supplied by the container (for example, the subject of an email) 
Description

Stores information about a document that is contained in a container.

Group
Links
You are here: C++ API > Structs, Records, Enums > dtsContainerItemInfo Structure
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.