The Code Page Enumeration Object is used to retrieve a list of all the code pages the system recognizes.
Object Information
CLSID Not available Implementation System (Mlang.dll) Header and IDL files Mlang.h, Mlang.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Creation/Access Functions
IMultiLanguage::EnumCodePages Provides a pointer to the IEnumCodePage interface and initializes the Enumeration Object with the specified MIMECONTF constants.
Interfaces Implemented
IEnumCodePage Operates on the Enumeration Object, allowing the client to retrieve a list of code pages available on the system.
Remarks
The Code Page Enumeration Object maintains the position of the client in the enumeration sequence. This position is advanced or reset by calls to IEnumCodePage interface methods.
See Also