IMC_GETOPENSTATUS

An application sends the IMC_GETOPENSTATUS message to an IME window to determine whether the IME is open.

msg = (UINT) WM_IME_CONTROL;
wParam = (WPARAM) IMC_GETOPENSTATUS;
lParam = 0;
 

Return Values

Returns nonzero if the current IME is open, zero otherwise.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.

See Also

Input Method Editor Overview, Input Method Editor Messages