IActiveIME::EnumRegisterWord method

Enumerates the registered strings with the specified reading string, style, and registered string data.

Syntax

HRESULT EnumRegisterWord(
  [in]  LPWSTR             szReading,
  [in]  DWORD              dwStyle,
  [in]  LPWSTR             szRegister,
  [in]  LPVOID             pData,
  [out] IEnumRegisterWordW **ppEnum
);

Parameters

  • szReading [in]
    The address of a string value that specifies the reading string to be enumerated.

  • dwStyle [in]
    An unsigned long integer value that specifies the style to be enumerated.

  • szRegister [in]
    The address of a string value that specifies the registered string to be enumerated.

  • pData [in]
    The address of a buffer that contains application-supplied data.

  • ppEnum [out]
    A pointer to the IEnumRegisterWordW interface of the enumeration object.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

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