Skip to content

Latest commit

 

History

History
102 lines (71 loc) · 3.21 KB

nf-immdev-immisuimessagew.md

File metadata and controls

102 lines (71 loc) · 3.21 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:immdev.ImmIsUIMessageW
ImmIsUIMessageW function (immdev.h)
The ImmIsUIMessageW (Unicode) function (immdev.h) checks for messages intended for the IME window and sends those messages to the window.
ImmIsUIMessage
ImmIsUIMessage function [Internationalization for Windows Applications]
ImmIsUIMessageW
_win32_ImmIsUIMessage
intl.immisuimessage
intl\immisuimessage.htm
Intl
9c07c7b8-87cb-4bcb-a837-20f582ff7712
08/04/2022
ImmIsUIMessage, ImmIsUIMessage function [Internationalization for Windows Applications], ImmIsUIMessageA, ImmIsUIMessageW, _win32_ImmIsUIMessage, imm/ImmIsUIMessage, imm/ImmIsUIMessageA, imm/ImmIsUIMessageW, intl.immisuimessage
immdev.h
Immdev.h, Windows.h
Windows
Windows XP [desktop apps only],East Asian language support installed.
Windows Server 2003 [desktop apps only]
ImmIsUIMessageW (Unicode) and ImmIsUIMessageA (ANSI)
Imm32.lib
Imm32.dll
Windows
19H1
ImmIsUIMessageW
immdev/ImmIsUIMessageW
c++
APIRef
kbSyntax
DllExport
Imm32.dll
ImmIsUIMessage
ImmIsUIMessageA
ImmIsUIMessageW

ImmIsUIMessageW function

-description

Checks for messages intended for the IME window and sends those messages to the window.

-parameters

-param HWND [in]

Handle to a window belonging to the IME window class.

-param UINT [in]

Message to check.

-param WPARAM [in]

Message-specific parameter.

-param LPARAM [in]

Message-specific parameter.

-returns

Returns a nonzero value if the message is processed by the IME window, or 0 otherwise.

-remarks

An application typically uses this function to display a composition string or candidate list specified by the IME. If hWndIME is NULL, the function determines if the message is a user interface message.

Windows Me/98: This function has only an ANSI version. To receive Unicode characters from a Unicode-based IME, the application should use ImmGetCompositionString.

Note

The immdev.h header defines ImmIsUIMessage as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

-see-also

ImmGetCompositionString

Input Method Manager

Input Method Manager Functions