EnableEUDC

The EnableEUDC function enables or disables end-user-defined characters (EUDC). 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.

Syntax

BOOL EnableEUDC(BOOL fEnableEUDC);

At a Glance

Header file: Wingdi.h
Platforms: H/PC (Japanese)
Windows CE versions: Japanese version 1.0 and later

Parameters

fEnableEUDC Enter TRUE to enable EUDC and FALSE to disable EUDC.

Return Values

The function will return TRUE if it succeeds otherwise FALSE.