Skip to main content
DictionaryTypeEnum enumeration constants are used to denote different types of dictionaries.
typedef enum {
 DT_SystemDictionary,
 DT_UserDictionary,
 DT_RegularExpression,
 DT_ExternalDictionary
} DictionaryTypeEnum;

Elements

NameDescription
DT\_ExternalDictionaryThe external dictionary. The ExternalDictionaryDescription provides access to the external dictionary description.
DT\_RegularExpressionThe regular expression-based dictionary. The RegExpDictionaryDescription provides access to the regular expression-based dictionary description.
DT\_SystemDictionaryThe standard dictionary. The StandardDictionaryDescription provides access to the standard dictionary description.
DT\_UserDictionaryThe user-defined dictionary. The UserDictionaryDescription provides access to the user-defined dictionary description.

Used in

IDictionaryDescription::Type IDictionaryDescriptions::AddNew