MSDN Home >  MSDN Library >  User Interface Design and Development >  Windows Shell >  Windows Controls >  Individual Control Information >  Rich Edit Controls > 

EM_GETIMEMODEBIAS Message


An application sends an EM_GETIMEMODEBIAS message to get the Input Method Editor (IME) mode bias for a Microsoft Rich Edit control.

Syntax

To send this message, call the SendMessage function as follows.
lResult = SendMessage(     // returns DWORD in lResult
   (HWND) hWndControl,     // handle to destination control
   (UINT) EM_GETIMEMODEBIAS,     // message ID
   (WPARAM) wParam,     // = 0; not used, must be zero
   (LPARAM) lParam     // = 0; not used, must be zero
);

Parameters

wParam
Not used; must be zero.
lParam
Not used; must be zero.

Return Value

This message returns the current IME mode bias setting.

Remarks

To get the Text Services Framework mode bias, use EM_GETCTFMODEBIAS.

The application should call EM_ISIME before calling this function.

Message Information

Minimum DLL Versionmsftedit.dll
HeaderDeclared in Richedit.h
Minimum operating systems Windows XP SP1

See Also

Rich Edit Controls, EM_ISIME, EM_GETCTFMODEBIAS
 Contact Us   |  E-Mail this Page   |  MSDN Flash Newsletter
 © 2003 Microsoft Corporation. All rights reserved.   Terms of Use  Privacy Statement   Accessibility