SPWORDTYPE (Windows CE 5.0)

Send Feedback

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.

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

OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.

See Also

SAPI Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.