IMN_SETOPENSTATUS (Windows CE 5.0)

Send Feedback

This message is sent when the open status of the input context is updated.

WM_IME_NOTIFYwSubMessage = IMN_SETOPENSTATUS;lParam= 0;

Parameters

  • lParam
    Not used.

Return Values

None.

Remarks

The UI window redraws the status window if the status window shows the open/close status. The application can get data about the open status by using the ImmGetOpenStatus function.

Requirements

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

See Also

ImmGetOpenStatus | WM_IME_NOTIFY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.