IActiveIMMIME::GetOpenStatus method

Checks whether the Active Input Method Editor (IME) is open or closed.

Syntax

HRESULT GetOpenStatus(
  [in] HIMC hIMC
);

Parameters

  • hIMC [in]
    A handle to the input context.

Return value

Returns a nonzero value if the Active IME is open, or zero otherwise.

Remarks

This method maps to the ImmGetOpenStatus function that is documented in the Windows Software Development Kit (SDK).

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dimm.h

IDL

Dimm.idl

See also

IActiveIMMIME