IActiveIME::RegisterWord method

Registers a string into the dictionary of this Active Input Method Editor (IME).

Syntax

HRESULT RegisterWord(
  [in] LPWSTR szReading,
  [in] DWORD  dwStyle,
  [in] LPWSTR szString
);

Parameters

  • szReading [in]
    The address of a string value that contains the reading string of the registered string.

  • dwStyle [in]
    An unsigned long integer value that specifies the style of the registered string.

  • szString [in]
    The address of a string value that contains the string to be registered.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImeRegisterWord function documented in the Windows 2000 Driver Development Kit (DDK).

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