IActiveIME::Destroy method

Terminates the Active Input Method Editor (IME).

Syntax

HRESULT Destroy(
  [in] UINT uReserved
);

Parameters

  • uReserved [in]
    Reserved. Must be set to 0.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

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