Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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