Platform SDK: International Features |
An application sends the IMC_OPENSTATUSWINDOW command to the IME window to show the status window. This command is ignored if the system is not in the show IME status mode. The user can set or clear the show IME status mode from the task bar.
To send this command, use the WM_IME_CONTROL message with wParam and lParam set as follows.
Returns zero if successful, nonzero otherwise.
If the status window is already shown, this command does nothing. Although the application may send this command to the IME window, the application does not receive the corresponding IMN_OPENSTATUSWINDOW command.
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Imm.h.
Input Method Editor Overview, Input Method Editor Commands, WM_IME_CONTROL