Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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