Share via


ImmGetIMCLockCount (Compact 2013)

3/28/2014

This function enables an input method editor (IME) to get the lock count of the input method context (IMC).

Syntax

DWORD WINAPI ImmGetIMCLockCount( 
  HIMC hIMC
);

Parameters

  • hIMC
    [in] Handle to the IMC.

Return Value

Lock count of the IMC indicates success. Zero indicates the IMC is invalid.

Requirements

Header

imm.h

Library

Coreimm.lib

See Also

Reference

Input Method Manager (IMM) Functions