ImmDestroyContext (Windows CE 5.0)

Send Feedback

This function releases the input context and frees any memory associated with it.

BOOL ImmDestroyContext( HIMC hIMC);

Parameters

  • hIMC
    [in] Handle to the input context to free.

Return Values

Nonzero indicates success. Zero indicates failure.

Remarks

Any application that creates an input context by using the ImmCreateContext function must call this function to free the context before it terminates.

Requirements

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

See Also

ImmCreateContext

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.