IActiveIMMAppEx::FilterClientWindowsEx method

Updates the list of registered window handles that support Active Input Method Manager (IMM)s.

Syntax

HRESULT FilterClientWindowsEx(
  [in] HWND hWnd,
  [in] BOOL fGuidMap
);

Parameters

  • hWnd [in]
    A handle to the window associated with the input context.

  • fGuidMap [in]
    The fGuidMap status of this window handle. This parameter may be NULL

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

A new list of client window handles will be created if it does not exists already. Then, if the client window handle exists, update its fGuidMap; otherwise, append this client window handle to the list.

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

IActiveIMMAppEx

Reference

FilterClientWindows

Conceptual

Active Input Method Manager (AIMM)