EnableEUDC (Windows CE 5.0)

Send Feedback

This function enables or disables end-user-defined characters (EUDC).

BOOL EnableEUDC(BOOL fEnableEUDC); 

Parameters

  • fEnableEUDC
    [in] Boolean that is set to TRUE to enable EUDC, and to FALSE to disable EUDC.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

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.

For Windows CE 2.01 and later, this function is supported in TrueType font and no longer supported in raster font.

Requirements

OS Versions: Windows CE 2.01 and later.
Header: Windows.h.
Link Library: Coredll.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.