Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 1.97 KB

imn-setcompositionwindow.md

File metadata and controls

80 lines (44 loc) · 1.97 KB
description ms.assetid title ms.topic ms.date
Notifies an application when the style or position of the composition window is updated. The application receives this command through the WM\_IME\_NOTIFY message with parameter settings as shown below.
07a9f0f6-587e-47c6-8f18-b48bdab0a541
IMN_SETCOMPOSITIONWINDOW notification code (Imm.h)
reference
05/31/2018

IMN_SETCOMPOSITIONWINDOW notification code

Notifies an application when the style or position of the composition window is updated. The application receives this command through the WM_IME_NOTIFY message with parameter settings as shown below.

IMN_SETCOMPOSITIONWINDOW

Parameters

wParam

Set to IMN_SETCOMPOSITIONWINDOW.

lParam

Not used.

Return Value

This command has no return value.

Remarks

The application can get information about the composition form by using the IMC_GETCOMPOSITIONWINDOW command.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Imm.h (include Windows.h)

See also

Input Method Manager

Input Method Manager Commands

IMC_GETCOMPOSITIONWINDOW

WM_IME_NOTIFY