IMC_GETCOMPOSITIONWINDOW command
Instructs an IME window to get the position of the composition window. To send this command, the application uses the WM_IME_CONTROL message with the parameter settings shown below.
LRESULT IMC_GETCOMPOSITIONWINDOW
Parameters
-
wParam
-
Set to IMC_GETCOMPOSITIONWINDOW.
-
lParam
-
Pointer to a COMPOSITIONFORM structure that contains the position of the composition window.
Return Value
Returns 0 if successful, or a nonzero value otherwise.
Remarks
Because the IME might adjust the position of a composition window, an application uses this command to get the actual position to decide whether to reposition the window. The retrieved position is in window coordinates relative to the window having the current input focus.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also