Platform SDK: International Features

IMC_GETSTATUSWINDOWPOS

An application sends the IMC_GETSTATUSWINDOWPOS command to an IME window to get 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_GETSTATUSWINDOWPOS.
lParam
This parameter is not used.

Return Values

Returns a POINTS structure that contains the x- and y-coordinates of the status window position in screen coordinates, relative to the upper-left corner of the display screen.

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