IMN_OPENSTATUSWINDOW notification code

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

IMN_OPENSTATUSWINDOW

Parameters

wParam

Set to IMN_OPENSTATUSWINDOW.

lParam

Not used.

Return Value

This command has no return value.

Remarks

An application processes this command to display the status window for the IME by itself.

The IME window creates a status window when it processes this command and sets the strings to display in the window into the input context. Applications can get information about the status window by using the ImmGetConversionStatus function.

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

ImmGetConversionStatus

WM_IME_NOTIFY