Share via


IMN_OPENSTATUSWINDOW (Windows CE 5.0)

Send Feedback

This message is sent when an IME is about to create the status window. An application processes this message to display the status window for the IME by itself.

WM_IME_NOTIFYwSubMessage = IMN_OPENSTATUSWINDOW;lParam= 0;

Parameters

  • lParam
    Not used.

Return Values

None.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.

See Also

ImmGetConversionStatus | WM_IME_NOTIFY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.