Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |
|
See also