Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Instructs an IME window to set the position of the status window. To send this command, the application uses the WM_IME_CONTROL message with parameter settings as shown below.
LRESULT IMC_SETSTATUSWINDOWPOS
Parameters
-
wParam
-
Set to IMC_SETSTATUSWINDOWPOS.
-
lParam
-
Pointer to a POINTS structure that contains the x coordinate and y coordinate of the position of the status window. The coordinates are in screen coordinates, relative to the upper left corner of the display.
Return Value
Returns 0 if successful, or a nonzero value otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also