Platform SDK: International Features

IMC_SETSTATUSWINDOWPOS

An application sends the IMC_SETSTATUSWINDOWPOS command to an IME window to set the position of the status window.

To send this command, use the WM_IME_CONTROL message with wParam and lParam set as follows.

Parameters

wParam
Set to IMC_SETSTATUSWINDOWPOS.
lParam
Pointer to a POINTS structure that contains the x- and y-coordinates of the position of the status window. The coordinates are in screen coordinates, relative to the upper-left corner of the display screen.

Return Values

Returns zero if successful, nonzero otherwise.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Imm.h.

See Also

Input Method Editor Overview, Input Method Editor Commands, POINTS, WM_IME_CONTROL