Share via


IMN_CLOSESTATUSWINDOW (Windows CE 5.0)

Send Feedback

This message is sent to the application when an input method editor (IME) is about to close the status window. An application should process this notification message if it displays the status window for the IME.

The application receives this notification message through the WM_IME_NOTIFY message.

WM_IME_NOTIFYwSubMessage = IMN_CLOSESTATUSWINDOW;lParam= 0;

Parameters

  • lParam
    Not used.

Return Values

None.

Remarks

The IME window closes the status window when it processes this message.

Requirements

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

See Also

WM_IME_NOTIFY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.