Share via


ImmGetCompositionFont (Windows CE 5.0)

Send Feedback

This function retrieves information about the logical font currently used to display characters in the composition window.

BOOL ImmGetCompositionFont(   HIMC hIMC,  LPLOGFONT lplf);

Parameters

  • hIMC
    [in] Handle to the input context.
  • lplf
    [out] Long pointer to a LOGFONT structure that receives the font information.

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

LOGFONT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.