Skip to content

Latest commit

 

History

History
82 lines (65 loc) · 2.59 KB

nf-imm-immdisableime.md

File metadata and controls

82 lines (65 loc) · 2.59 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:imm.ImmDisableIME
ImmDisableIME function (imm.h)
The ImmDisableIME function (imm.h) disables the IME for a thread or for all threads in a process.
ImmDisableIME
ImmDisableIME function [Internationalization for Windows Applications]
_win32_ImmDisableIME
imm/ImmDisableIME
intl.immdisableime
intl\immdisableime.htm
Intl
c563fc24-3c56-40ac-8539-8336d5231537
08/04/2022
ImmDisableIME, ImmDisableIME function [Internationalization for Windows Applications], _win32_ImmDisableIME, imm/ImmDisableIME, intl.immdisableime
imm.h
Immdev.h, Windows.h
Windows
Windows XP [desktop apps only],East Asian language support installed.
Windows Server 2003 [desktop apps only]
Imm32.lib
Imm32.dll
Windows
19H1
ImmDisableIME
imm/ImmDisableIME
c++
APIRef
kbSyntax
DllExport
imm32.dll
ext-ms-win-imm-l1-1-0.dll
ext-ms-win-imm-l1-1-1.dll
ImmDisableIME

ImmDisableIME function

-description

Disables the IME for a thread or for all threads in a process.

-parameters

-param DWORD [in]

Identifier of the thread for which to disable the IME. The thread must be in the same process as the application calling this function. The application sets this parameter to 0 to disable the IME for the current thread. The application specifies -1 to disable the IME for all threads in the current process.

-returns

Returns TRUE if successful or FALSE otherwise.

-remarks

The application must call this function before the first top-level window in the thread receives the WM_CREATE message. Thus, the application must call this function in one of the following places:

  • Any time before calling CreateWindow to create the first top-level window
  • In the WM_NCCREATE handler for first top-level window

-see-also

Input Method Manager

Input Method Manager Functions