[This is preliminary documentation and subject to change.]
Rich Edit 2.0 and later: Send an EM_GETIMECOMPMODE message to get the current IME mode for a rich edit control.
Rich Edit 1.0: This message is not supported.
EM_GETIMECOMPMODE
wParam = 0 ; // not used; must be zero
lParam = 0 ; // not used; must be zero
The parameters are not used; they must be zero.
The return value is one of the following bit values.
Enumerator Value | Meaning |
---|---|
ICM_NOTOPEN | |
ICM_LEVEL3 | |
ICM_LEVEL2 | |
ICM_LEVEL2_5 | |
ICM_LEVEL2_SUI |
Windows NT: Requires version 4.0 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in richedit.h.
Rich Edit Controls Overview, Rich Edit Messages