EnableEUDC function
This function enables or disables support for end-user-defined characters (EUDC).
BOOL EnableEUDC(
_In_ HDC BOOL fEnableEUDC
);
-
fEnableEUDC [in]
-
Boolean that is set to TRUE to enable EUDC, and to FALSE to disable EUDC.
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
If EUDC is disabled, trying to display EUDC characters will result in missing or bad glyphs.
During multi-session, this function affects the current session only.
It is recommended that you use this function with Windows XP SP2 or later.
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Library |
|
DLL |
|