You are reading help file online using chmlib.com
|
SPWORDTYPE lists the change state of a word/pronunciation combination in a lexicon. Using this enumeration, an engine can determine what word pronunciation changes have occurred since it last checked using the ISpLexicon::GetGenerationChange method.
typedef enum SPWORDTYPE
{
eWORDTYPE_ADDED,
eWORDTYPE_DELETED
} SPWORDTYPE;
You are reading help file online using chmlib.com
|