SPWORD (Windows CE 5.0)
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.
typedef [restricted] struct SPWORD{ structSPWORD* pNextWord; LANGIDLangID; WORDwReserved; SPWORDTYPEeWordType; 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
OS Versions: Windows CE .NET 4.1 and later.
Header: Sapi.h, Sapi.idl.
See Also
Send Feedback on this topic to the authors