IMC_GETCOMPOSITIONFONT command
Instructs an IME window to retrieve the logical font used for displaying intermediate characters in the composition window. To send this command, the application uses the WM_IME_CONTROL message with the parameter settings shown below.
LRESULT IMC_GETCOMPOSITIONFONT
Parameters
-
wParam
-
Set to IMC_GETCOMPOSITIONFONT.
-
lParam
-
Pointer to a LOGFONT structure that receives information about the logical font.
Return Value
Returns 0 if successful, or a nonzero value otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also