Platform SDK: International Features

IMC_OPENSTATUSWINDOW

An application sends the IMC_OPENSTATUSWINDOW command to the IME window to show the status window. This command is ignored if the system is not in the show IME status mode. The user can set or clear the show IME status mode from the task bar.

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

Parameters

wParam
Set to IMC_OPENSTATUSWINDOW.
lParam
This parameter is not used.

Return Values

Returns zero if successful, nonzero otherwise.

Remarks

If the status window is already shown, this command does nothing. Although the application may send this command to the IME window, the application does not receive the corresponding IMN_OPENSTATUSWINDOW 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, WM_IME_CONTROL