IActiveIME::UnregisterWord method

Removes a registered string from the dictionary of this Active Input Method Editor (IME).

Syntax

HRESULT UnregisterWord(
  [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 unregister.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImeUnregisterWord 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