Share via


Gdi::EnableEUDC_I (Windows CE 5.0)

Send Feedback

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.

    Set 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

Gdi | EnableEUDC

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.