IActiveIMMIME::UnlockIMCC method

Decreases the lock count for the input context component.

Syntax

HRESULT UnlockIMCC(
  [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 ImmUnlockIMCC function.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dimm.h

IDL

Dimm.idl

See also

IActiveIMMIME