IActiveIMMApp::EnumInputContext method

Enumerates the input contexts on a thread.

Syntax

HRESULT EnumInputContext(
  [in]  DWORD             idThread,
  [out] IEnumInputContext **ppEnum
);

Parameters

  • idThread [in]
    An unsigned long integer value that specifies the thread.

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

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method is only available for Windows 98 and Microsoft Windows NT 4.0.

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