MiscGetEUDCLeadByteRange

USHORT FAR PASCAL MiscGetEUDCLeadByteRange(csCharSet );
CHAR_SET csCharSet;
 

Gets the lead byte range of EUDC characters.

The return value is the low-order word, lead byte start value. The high-order word is the lead byte end value. Zero is returned if there is no lead byte. For example, if the range of EUDC is from 0xF0xx to 0xF3xx, 0xF3F0 is returned.

Windows 95 always returns zero.

csCharSet
Specifies the character set.