ImmReleaseContext (Windows CE 5.0)

Send Feedback

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.

BOOL ImmReleaseContext(  HWNDhWnd,  HIMChIMC);

Parameters

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

Return Values

Nonzero indicates success. Zero indicates failure.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.

See Also

ImmGetContext

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.