Share via


WM_IME_SELECT

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message is sent to an application when the system is about to change the current IME. An application that has created an IME window should pass this message to that window so that it can retrieve the keyboard layout handle for the newly selected IME.

Syntax

fSelect = (BOOL) wParam; 
hKL = (HANDLE) lParam;

Parameters

  • fSelect
    Boolean that is set to TRUE if the specified IME is selected, or to FALSE if the specified IME is no longer selected.
  • hKL
    Handle to the keyboard layout associated with the IME.

Return Value

None.

Remarks

The DefWindowProc function processes this message by passing the information to the default IME window.

Requirements

Header imm.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Other Resources

DefWindowProc