Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This method creates a Code Page Enumerationobject, initializes it with the value specified with the grfFlagsparameter, and retrieves the corresponding IEnumCodePageinterface.

Syntax

HRESULT EnumCodePages( 
  DWORD 
grfFlags,
  LANGID 
LangId,
  IEnumCodePage** 
ppEnumCodePage
);

Parameters

grfFlags

[in] Unsigned long integer value that contains flags that control code page enumeration. This can be a combination of the MIMECONTFvalues.

LangId

[in] LANGID that specifies the language that should be associated with the code pages.

ppEnumCodePage

[out] Address of a pointer to the IEnumCodePageinterface of the Code Page Enumeration object.

Return Value

Returns S_OK if successful or an error value otherwise.

Requirements

Header mlang.h, mlang.idl
Library mlang.dll
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later