SPWORDTYPE
Other versions of this page are also available for the following:
8/28/2008
This enumeration defines the change states for a word-pronunciation combination in a lexicon. It allows an engine to determine what word changes have occurred since it last checked using the ISpLexicon::GetGenerationChange method.
Syntax
typedef enum SPWORDTYPE{
eWORDTYPE_ADDED = (1L << 0),
eWORDTYPE_DELETED = (1L << 1)
} SPWORDTYPE;
Elements
- eWORDTYPE_ADDED
Word has been added to the lexicon.
- eWORDTYPE_DELETED
Word has been deleted from the lexicon.
Requirements
Header | sapi.h, sapi.idl |
Windows Embedded CE | Windows CE .NET 4.1 and later |