You are reading help file online using chmlib.com
|
SPWORD defines changes to the words in a lexicon and is used with IspLexicon. It is used in connection with SPWORDLIST which in turn is used by ISpLexicon::GetWords and ISpLexicon::GetGenerationChange.
typedef struct SPWORD
{
struct SPWORD *pNextWord;
LANGID LangID;
WORD wReserved;
SPWORDTYPE eWordType;
WCHAR *pszWord;
SPWORDPRONUNCIATION *pFirstWordPronunciation;
} SPWORD;
You are reading help file online using chmlib.com
|