BOOL WINAPI ImeRegisterWord(LPCTSTR lpszReading, DWORD dwStyle,
LPCTSTR lpszString)
Adds a new string to the dictionary of this IME.
· If successful, the return value is TRUE. Otherwise, it is FALSE.
Value | Meaning |
---|---|
IME_REGWORD_STYLE_EUDC | The string is in EUDC range. |
IME_REGWORD_STYLE_USER_FIRST, IME_REGWORD_STYLE_USER_LAST | An ISV can use the constants in this range to define private styles for the IME. |