BOOL WINAPI ImeRegisterWord(LPCTSTR lpszReading, DWORD dwStyle, LPCTSTR lpszString)
Adds a new string to the dictionary of this IME.
lpszReading
Address of the reading string for the new string.
dwStyle
Style of the new string. It can be a combination of these values:
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. |
lpszString
Address of the new string.