IActiveIME::Configure method

Provides the dialog box that is used to request optional information for an Active Input Method Editor (IME).

Syntax

HRESULT Configure(
  [in] HKL           hKL,
  [in] HWND          hWnd,
  [in] DWORD         dwMode,
  [in] REGISTERWORDW *pRegisterWord
);

Parameters

  • hKL [in]
    A handle to the keyboard layout of the Active IME.

  • hWnd [in]
    A handle to the parent window.

  • dwMode [in]
    An unsigned long integer value that specifies the flag that indicates the mode of the dialog box.

  • pRegisterWord [in]
    The address of a REGISTERWORDW structure if dwMode is set to IME_CONFIG_REGISTERWORD. Otherwise, pRegisterWord should be ignored.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImeConfigure function documented in the Windows 2000 Driver Development Kit.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 5.0

Header

Dimm.h

IDL

Dimm.idl

DLL

Custom

See also

IActiveIME