Share via


IMultiLanguage2::EnumCodePages (Windows Embedded CE 6.0)

1/6/2010

This method creates a Code Page Enumeration object, initializes it with the value specified with the grfFlags parameter, and retrieves the corresponding IEnumCodePage interface.

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 MIMECONTF values.
  • LangId
    [in] LANGID that specifies the language that should be associated with the code pages.
  • ppEnumCodePage
    [out] Address of a pointer to the IEnumCodePage interface 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

See Also

Reference

IMultiLanguage2