Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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