This message directs the IME window to carry out the requested command. An application uses this message to control the IME window created by the application.
At a Glance
| Header file: | Imm.h |
| Windows CE versions: | 2.10 and later |
Syntax
wParam = (WPARAM) (DWORD) dwCommand;
lParam = (LPARAM) (DWORD) i;
Parameters
dwCommand
Specifies a command value. It is of the following values:
| IMC_GETCANDIDATEPOS | IMC_OPENSTATUSWINDOW |
| IMC_GETCOMPOSITIONFONT | IMC_SETCANDIDATEPOS |
| IMC_GETCOMPOSITIONWINDOW | IMC_SETCOMPOSITIONFONT |
| IMC_GETCONVERSIONMODE | IMC_SETCOMPOSITIONWINDOW |
| IMC_GETOPENSTATUS | IMC_SETCONVERSIONMODE |
| IMC_GETSENTENCEMODE | IMC_SETOPENSTATUS |
| IMC_GETSTATUSWINDOWPOS | IMC_SETSENTENCEMODE |
| IMC_CLOSESTATUSWINDOW | IMC_SETSTATUSWINDOWPOS |
For more information about these commands, see the individual descriptions.
dwData
Specifies a command-specific value.
Return Values
Returns a command-specific value