ImeUnregisterWord

BOOL WINAPI ImeUnregisterWord(LPCTSTR lpszReading, DWORD dwStyle,
    LPCTSTR lpszString)
 

Removes a string from the dictionary of this IME.

If successful, the return value is TRUE. Otherwise, it is FALSE.

lpszReading
Address of the reading string for the string to be removed.
dwStyle
Style of the string to be removed. 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 string to be removed.