This topic has not yet been rated - Rate this topic

ImmGetCompositionFont (Windows Embedded Compact 7)

1/23/2013

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


BOOL ImmGetCompositionFont( 
  HIMC hIMC, 
  LPLOGFONT lplf
);
hIMC

[in] Handle to the input context.

lplf

[out] Long pointer to a LOGFONT structure that receives the font information.

Nonzero indicates success. Zero indicates failure.

Header

imm.h

Library

Coreimm.lib

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.