WM_IME_CONTROL
A version of this page is also available for
4/8/2010
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.
Syntax
wParam = (WPARAM) (DWORD) dwCommand;
lParam = (LPARAM) (DWORD) dwData;
Parameters
dwCommand
Command value. The following table shows the possible values for dwCommand.Value Description This message is sent by an application to an IME window to get the position of the candidate window.
An application sends the IMC_GETCOMPOSITIONFONT message to an IME window to retrieve the logical font used for displaying intermediate characters in the composition window.
An application sends this message to an IME window to get the position of the composition window.
This message is sent by an application to an IME window to obtain the current conversion mode.
This message is sent by an application to an IME window to determine whether the IMEis open.
This message is sent by an application to an input method editor (IME) window to obtain current sentence mode.
This message is sent by an application to an IME window to get the position of the status window.
This message is sent by an application to the input method editor (IME) window to hide the status window.
This message is sent by an application to the IME window to show the status window.
This message is sent by an application to an IME window to set the position of the candidate window.
This message is sent by an application to an IME window to specify the logical font to use for displaying intermediate characters in the composition window.
This message is sent by an application to an input method editor (IME) window to set the style of the composition window.
This message is sent by an application to an IME window to set current conversion mode.
This message is sent by an application to an input method editor (IME) window to open or close the current IME.
This message is sent by an application to an IME window to set the current sentence mode.
This message is sent by an application to an IME window to set the position of the status window.
- dwData
Command-specific value.
Return Value
Returns a command-specific value.
Requirements
Header | imm.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |