Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sent to an application to notify it of changes to the IME window. A window receives this message through its WindowProc function.
LRESULT CALLBACK WindowProc(
HWND hwnd,
WM_IME_NOTIFY,
WPARAM wParam,
LPARAM lParam
);
Parameters
-
hwnd
-
A handle to window.
-
wParam
-
The command. This parameter can have one of the following values.
-
lParam
-
Command-specific data, with format dependent on the value of the wParam parameter. For more information, refer to the documentation for each command.
Return value
The return value depends on the command sent.
Remarks
An application processes this message if it is responsible for managing the IME window.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
See also