Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMultiLanguage2::EnumRfc1766 method

Creates a Locale Enumeration Object and gets the corresponding IEnumRfc1766 interface.

Syntax


HRESULT EnumRfc1766(
  [in]  LANGID       LangId,
  [out] IEnumRfc1766 **ppEnumRfc1766
);

Parameters

LangId [in]

A LANGID that specifies the language.

ppEnumRfc1766 [out]

A pointer to the IEnumRfc1766 interface of the enumeration object.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

See also

IMultiLanguage2

 

 

Show: