Share via


ImmGetDefaultIMEWnd (Windows CE 5.0)

Send Feedback

This function gets the default window handle to the IME class.

HWND ImmGetDefaultIMEWnd(  HWNDhWnd);

Parameters

  • hWnd
    [in] Handle to the window for the application.

Return Values

The default window handle to the IME class indicates success. NULL indicates failure.

Remarks

For Windows CE 2.10 and later, this function enables multiple contexts per thread. For Japanese Windows CE 1.0 through 2.0, the system creates only one default IME window.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.

See Also

WM_IME_STARTCOMPOSITION

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.