enum ListingFlags { dtsListHitCount = 0x0001, dtsListHeader = 0x0400, dtsListAppend = 0x0800, dtsListNoDisk = 0x1000 };
dtsearch.h
|
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 |
Used in the output.listingFlags member of a dtsSearchJob, these flags specify the format for a listing file created following an search.
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|