Platform SDK: International Features |
The WM_IME_COMPOSITIONFULL message is sent to an application when the IME window finds no space to extend the area for the composition window. The application should use the IMC_SETCOMPOSITIONWINDOW command to specify how the window should be displayed.
A window receives this message through its WindowProc function.
LRESULT CALLBACK WindowProc( HWND hwnd, // handle to window UINT uMsg, // WM_IME_COMPOSITIONFULL WPARAM wParam, // not used LPARAM lParam // not used );
This message has no parameters.
This message has no return value.
The IME window, not the IME, sends this notification message by the SendMessage function.
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Imm.h.
Input Method Editor Overview, Input Method Editor Messages, IMC_SETCOMPOSITIONWINDOW, SendMessage