Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message is sent to an IME window to retrieve the logical font used for displaying intermediate characters in the composition window.
msg = (UINT)WM_IME_CONTROL;wParam = (WPARAM)IMC_GETCOMPOSITIONFONT;lParam = (LPARAM)&LogFont;
Parameters
- &LogFont
Pointer to the LOGFONT structure that receives data about the logical font.
Return Values
Zero indicates success. Nonzero indicates failure.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
See Also
Send Feedback on this topic to the authors