WM_IME_COMPOSITIONFULL message
Sent to an application when the IME window finds no space to extend the area for the composition window. A window receives this message through its WindowProc function.
LRESULT CALLBACK WindowProc(
HWND hwnd,
WM_IME_COMPOSITIONFULL,
WPARAM wParam,
LPARAM lParam
);
Parameters
This message has no parameters.
Return value
This message has no return value.
Remarks
The application should use the IMC_SETCOMPOSITIONWINDOW command to specify how the window should be displayed.
The IME window, instead of the IME, sends this notification message by the SendMessage function.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also