Gdi::EnableEUDC_I
This method enables or disables end-user-defined characters (EUDC).
static BOOL WINAPI EnableEUDC_I(
BOOL fEnableEUDC
);
Parameters
- fEnableEUDC
[in] Boolean that specifies whether to enable or disable EUDC. Set to TRUE to enable EUDC, and to FALSE to disable EUDC.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This method is an internal version of the EnableEUDC function.
Enabling EUDC allows text output functions to retrieve information about end-user-defined characters from EUDC fonts. Disabling EUDC prevents output functions from accessing these fonts. By default, Windows CE enables EUDC fonts during GWES initialization.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Gdi.hpp.
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.