File
File: dtsearch.h
Syntax
C++
enum ListingFlags {
dtsListHitCount = 0x0001,
dtsListHeader = 0x0400,
dtsListAppend = 0x0800,
dtsListNoDisk = 0x1000
};
Members
Members |
Description |
---|---|
dtsListHitCount = 0x0001 |
Include number of hits for each file |
dtsListHeader = 0x0400 |
Include header with search request, etc. |
dtsListAppend = 0x0800 |
Append to the file created |
dtsListNoDisk = 0x1000 |
Do not write search results to disk |
Group
Description
Used in the output.listingFlags member of a dtsSearchJob, these flags specify the format for a listing file created following an search.