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.
Notifies an application when the status window position in the input context is updated. The application receives this command through the WM_IME_NOTIFY message with parameter settings as follows.
IMN_SETSTATUSWINDOWPOS
Parameters
-
wParam
-
Set to IMN_SETSTATUSWINDOWPOS.
-
lParam
-
Not used.
Return Value
This command has no return value.
Remarks
The application can get information about the status window position by using the IMC_GETSTATUSWINDOWPOS command.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also