IMN_CLOSESTATUSWINDOW notification code

Notifies an application when an IME is about to close the status window. The application receives this command through the WM_IME_NOTIFY message with parameter settings as shown below.

IMN_CLOSESTATUSWINDOW

Parameters

wParam

Set to IMN_CLOSESTATUSWINDOW.

lParam

Not used.

Return Value

This command has no return value.

Remarks

An application should process this command if it displays the status window for the IME.

The IME window closes the status window when it processes this 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_NOTIFY