ImmGetCompositionWindow (Windows CE 5.0)

Send Feedback

This function gets information about the composition window.

BOOL ImmGetCompositionWindow(HIMChIMC,LPCOMPOSITIONFORMlpCompForm);

Parameters

  • hIMC
    [in] Handle to the input context.
  • lpCompForm
    [out] Long pointer to the COMPOSITIONFORM structure that receives information about the composition window.

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

COMPOSITIONFORM

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.