IMC_CLOSESTATUSWINDOW command

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

LRESULT IMC_CLOSESTATUSWINDOW

Parameters

wParam

Set to IMC_CLOSESTATUSWINDOW.

lParam

Not used.

Return Value

Returns 0 if successful, or a nonzero value otherwise.

Remarks

When the IME status window is already hidden, this command does nothing. Although an application can send this command to the IME window, the application does not receive the corresponding IMN_CLOSESTATUSWINDOW 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