Platform SDK: International Features

IMC_CLOSESTATUSWINDOW

An application sends the IMC_CLOSESTATUSWINDOW command to the IME window to hide 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_CLOSESTATUSWINDOW.
lParam
This parameter is not used.

Return Values

Returns zero if successful, nonzero otherwise.

Remarks

When the status window of IME is already hidden, this command does nothing. Although an application may send this command to the IME window, the application does not receive the corresponding IMN_CLOSESTATUSWINDOW command.

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