IActiveIMMIME::UnlockIMC method

Decreases the lock count for the input context.

Syntax

HRESULT UnlockIMC(
  [in] HIMC hIMC
);

Parameters

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

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

This method maps to the ImmUnlockIMC function.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dimm.h

IDL

Dimm.idl

See also

IActiveIMMIME