IActiveIMMApp::ConfigureIMEA method

Displays the configuration dialog box for the ANSI implementation of the Input Method Editor (IME).

Syntax

HRESULT ConfigureIMEA(
  [in] HKL           hKL,
  [in] HWND          hWnd,
  [in] DWORD         dwMode,
  [in] REGISTERWORDA *pData
);

Parameters

hKL [in]

A handle to the keyboard layout.

hWnd [in]

A handle to the parent window for the dialog box.

dwMode [in]

An unsigned long integer value that contains the type of dialog box to display. This can be one of the following values.

IME_CONFIG_GENERAL

Displays the general purpose configuration dialog box.

IME_CONFIG_REGISTERWORD

Displays the register word dialog box.

IME_CONFIG_SELECTDICTIONARY

Displays the dictionary selection dialog box.

pData [in]

The address of a REGISTERWORDA structure. This structure is used if dwMode is set to IME_CONFIG_REGISTERWORD. Otherwise, this parameter is ignored.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImmConfigureIME function that is documented in the Windows Software Development Kit (SDK).

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5.0

Header

Dimm.h

IDL

Dimm.idl

See also

IActiveIMMApp