IMC_OPENSTATUSWINDOW command

Instructs the IME window to show the status window. To send this command, the application uses the WM_IME_CONTROL message with the parameter settings shown below.

LRESULT IMC_OPENSTATUSWINDOW

Parameters

wParam

Set to IMC_OPENSTATUSWINDOW.

lParam

Not used.

Return Value

Returns 0 if successful, or a nonzero value otherwise.

Remarks

This command is ignored if the operating system is not in the show IME status mode. The user can set or clear the show IME status mode from the task bar.

If the status window is already shown, this command does nothing. Although the application can send this command to the IME window, the application does not receive the corresponding IMN_OPENSTATUSWINDOW command.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Imm.h (include Windows.h)

See also

Input Method Manager

Input Method Manager Commands

WM_IME_CONTROL