IActiveIMMIME::GetCompositionFontW method
Gets information about the logical font that is used currently to display characters in the composition window. Unicode implementation.
Syntax
HRESULT GetCompositionFontW(
[in] HIMC hIMC,
[out] LOGFONTW *plf
);
Parameters
hIMC [in]
A handle to the input context.plf [out]
The address of a LOGFONTW structure that receives the font information.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method maps to the ImmGetCompositionFont function that is documented in the Windows Software Development Kit (SDK).
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |