IMR_COMPOSITIONFONT
A version of this page is also available for
4/8/2010
This message is sent to the application through the WM_IME_REQUEST message 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 LOGFONT structure. The application fills in the values for the current composition window.
Return Value
A nonzero value returns if the application filled in the LOGFONT structure specified by lParam indicates 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 |