Share via


Gdi::EnableEUDC_I (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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 Value

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 Embedded CE enables EUDC fonts during GWES initialization.

Requirements

Header gdi.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Gdi

Other Resources

EnableEUDC