Values used in the Flags field for a file parser in filetype.xml.
enum FileTypeFlags { dtsFtDisable = 0x0002, dtsFtEnable = 0x0004 };
dtsearch.h
|
Members |
Description |
|
dtsFtDisable = 0x0002 |
Disable a file parser |
|
dtsFtEnable = 0x0004 |
Enable a file parser that is disabled by default |
In filetype.xml, the numerical value must be used, not the constant name.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|