IActiveIMMIME::DestroyIMCC method

Destroys an input context component.

Syntax

HRESULT DestroyIMCC(
  [in] HIMCC hIMCC
);

Parameters

  • hIMCC [in]
    A handle to the input context component.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImmDestroyIMCC function.

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

IActiveIMMIME