IActiveIMMApp::GetOpenStatus method

Checks whether the 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 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

Product

Internet Explorer 5.0

Header

Dimm.h

IDL

Dimm.idl

See also

IActiveIMMApp