ImmGetOpenStatus (Compact 2013)

3/28/2014

This function checks whether the IME is open or closed.

Syntax

BOOL WINAPI ImmGetOpenStatus(
  HIMC hIMC
);

Parameters

  • hIMC
    [in] Handle to the input context.

Return Value

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

Remarks

If hIMC is NULL, then the status of the currently active context is returned.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions