ImmReleaseContext

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function releases the input context and unlocks the memory associated in the context. An application must call ImmReleaseContext for each call to the ImmGetContext function.

Syntax

BOOL ImmReleaseContext(
  HWND hWnd, 
  HIMC hIMC
);

Parameters

  • hWnd
    [in] Handle to the window for which the input context was previously retrieved.
  • hIMC
    [in] Handle to the input context.

Return Value

Nonzero indicates success. Zero indicates failure.

Requirements

Header imm.h
Library Coreimm.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ImmGetContext