EnableEUDC

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 versions 2.01 and later, this function is supported in TrueType font and no longer supported in raster font.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.01 and later, (Japanese version 1.0 and later) Wingdi.h   Mgtt.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.