Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

Syntax

BOOL EnableEUDC(
  BOOL 
fEnableEUDC
); 

Parameters

fEnableEUDC

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

Return Value

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, EUDC fonts are enabled during GWES initialization.

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

Requirements

Header windows.h
Library coredll.lib
Windows Embedded CE Windows CE 2.01 and later
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Other Resources

Fonts Functions