Share via


SPWORDTYPE (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

SAPI Enumerations