EnableEUDC function


BOOL EnableEUDC (fEnableEUDC )
BOOL fEnableEUDC;

The EnableEUDC function enables/disables EUDC.

An application must call this function whenever the application adds, modifies, or deletes a TrueType EUDC font.

fEnableEUDC

If TRUE, this function enables EUDC and flushes the related contexts in GDI for all TrueType EUDC fonts registered in Windows 95 registry.

After adding/deleting a TrueType EUDC font in Windows 95 registry or modifying a TrueType EUDC font, an application must call this function.

If FALSE, this function disables EUDC and flushes the related contexts in GDI for all TrueType EUDC fonts registered in Windows 95 registry.

Before adding/deleting a TrueType EUDC font into Windows 95 registry or modifying a TrueType EUDC font, an application must call this function.