Share via


ImmGetOpenStatus (Windows CE 5.0)

Send Feedback

This function checks whether the IME is open or closed.

BOOL WINAPI ImmGetOpenStatus(  HIMChIMC);

Parameters

  • hIMC
    [in] Handle to the input context.

Return Values

Nonzero indicates that the IME is open. Zero indicates otherwise.

Remarks

In Windows CE 2.10 and later, if hIMC is NULL, then the status of the currently active context is returned.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.