IActiveIME::Select method

Initializes and frees the Active Input Method Editor (IME) private context.

Syntax

HRESULT Select(
  [in] HIMC hIMC,
  [in] BOOL fSelect
);

Parameters

  • hIMC [in]
    A handle to the input context.

  • fSelect [in]
    A boolean value that specifies the action. TRUE indicates that the method should initialize the context; and FALSE indicates that it should free the context.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

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