EM_GETIMECOLOR

Retrieves the IME composition color. This message is available only in Asian-language versions of the operating system.

EM_GETIMECOLOR
wParam = (WPARAM) 0;
lParam = (LPARAM) (COMPCOLOR *) aCompColor;
 

Parameters

aCompColor
Address of a 4-element array of COMPCOLOR structures that receives the composition color.

Return Values

Returns nonzero if successful, zero otherwise.

QuickInfo

  Windows NT: Requires version 3.51 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in richedit.h.

See Also

Rich Edit Controls Overview, Rich Edit Messages, COMPCOLOR