IMN_CLOSESTATUSWINDOW (Windows CE 5.0)
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
Send Feedback on this topic to the authors