Share via


ImmGetDefaultIMEWnd (Compact 2013)

3/28/2014

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

Syntax

HWND ImmGetDefaultIMEWnd(
  HWND hWnd
);

Parameters

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

Return Value

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

Remarks

This function enables multiple contexts per thread.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions

Other Resources

WM_IME_STARTCOMPOSITION