EnableEUDC Function

BOOL EnableEUDC (fEnableEUDC )
BOOL fEnableEUDC;
 

The EnableEUDC function enables and disables the EUDC.

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

If the function succeeds in changing the EUDC status from enable to disable, or vice versa, the return value is TRUE. Otherwise, it is FALSE.

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

After adding or deleting a TrueType EUDC font in the 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 the Windows 95 registry.

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