IMN_SETOPENSTATUS notification code

Notifies an application when the open status of the input context is updated. The application receives this command through the WM_IME_NOTIFY message with parameter settings as shown below.

IMN_SETOPENSTATUS

Parameters

wParam

Set to IMN_SETOPENSTATUS.

lParam

Not used.

Return Value

This command has no return value.

Remarks

The application can get information about the open status by using the ImmGetOpenStatus 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

ImmGetOpenStatus

WM_IME_NOTIFY