IMC_GETSTATUSWINDOWPOS command
Instructs an IME window to get the position of the status window. To send this command, the application uses the WM_IME_CONTROL message with the parameter settings shown below.
LRESULT IMC_GETSTATUSWINDOWPOS
Parameters
-
wParam
-
Set to IMC_GETSTATUSWINDOWPOS.
-
lParam
-
Not used.
Return Value
Returns a POINTS structure that contains the x coordinate and y coordinate of the status window position in screen coordinates, relative to the upper left corner of the screen.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also