Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This message is sent to the application through the WM_IME_REQUESTmessage when a selected IME needs data about the font used by the composition window.

Syntax

Param = (LPARAM)
lpLOGFONT;

Parameters

lpLOGFONT

Long pointer to a buffer that contains a LOGFONTstructure. The application fills in the values for the current composition window.

Return Value

A nonzero value returns if the application filled in the LOGFONTstructure specified by lParamindicates success. Zero indicates otherwise.

Remarks

This notification may be sent by the IME to a window that cleared the ISC_SHOWUICOMPOSITIONWINDOW flag in the WM_SETCONTEXT message handler.

Requirements

Header imm.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

WM_IME_REQUEST

Other Resources

LOGFONT