ImmSetOpenStatus function (immdev.h)

Opens or closes the IME.

Syntax

BOOL ImmSetOpenStatus(
       HIMC unnamedParam1,
       BOOL unnamedParam2
);

Parameters

unnamedParam1

unnamedParam2

Return value

Returns a nonzero value if successful, or 0 otherwise.

Remarks

This function causes an IMN_SETOPENSTATUS command to be sent to the application.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only],East Asian language support installed.
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header immdev.h (include Immdev.h, Windows.h)
Library Imm32.lib
DLL Imm32.dll

See also

IMN_SETOPENSTATUS

Input Method Manager

Input Method Manager Functions