Share via


SPWORD

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure contains information about changes to a word in a lexicon, and is used with ISpLexicon to define word changes. Words are formed into a word list represented by an SPWORDLIST structure. For use of words and word lists, see ISpLexicon::GetWords and ISpLexicon::GetGenerationChange.

Syntax

typedef [restricted] struct SPWORD{
  struct SPWORD* pNextWord;
  LANGID LangID;
  WORD wReserved;
  SPWORDTYPE eWordType;
  WCHAR* pszWord;
  SPWORDPRONUNCIATION* pFirstWordPronunciation;
} SPWORD;

Members

  • pNextWord
    Pointer to the next SPWORD structure in the list of words (SPWORDLIST).
  • LangID
    Language identifier of the word.
  • wReserved
    Reserved for future use.
  • eWordType
    Change state for the word and its pronunciation in the lexicon. Possible values are defined for the SPWORDTYPE enumeration.
  • pszWord
    Pointer to the offset of the word entry.
  • pFirstWordPronunciation
    Pointer to an SPWORDPRONUNCIATION structure containing the first possible pronunciation of the word.

Requirements

Header sapi.h, sapi.idl
Windows Embedded CE Windows CE .NET 4.1 and later

See Also

Reference

SAPI Structures