ImmConfigureIME

This function displays the configuration dialog box for the IME.

At a Glance

Header file: Imm.h
Windows CE versions: 2.10 and later

Syntax

BOOL ImmConfigureIME( HKL hKL, HWND hWnd, DWORD dwMode,
LPVOID
lpdata);

Parameters

hKL

[in] Handle to the keyboard layout.

hWnd

[in] Handle to the parent window for the dialog box.

dwMode

[in] Specifies the type of dialog box to display. This parameter can be one of the following values:

Value Description
IME_CONFIG_GENERAL Displays general purpose configuration dialog box.
IME_CONFIG_REGISTERWORD Displays register word dialog box.
IME_CONFIG_SELECTDICTIONARY Displays dictionary selection dialog box.

lpData

[in] Long pointer to supplemental data. If dwMode is IME_CONFIG_REGISTERWORD, this parameter must be the address of a REGISTERWORD structure.

If dwMode is not IME_CONFIG_REGISTERWORD, this parameter is ignored.

Return Values

Nonzero indicates success. Zero indicates failure.

Remarks

The ImmConfigureIME function is called by the Control Panel.