IMultiLanguage2::EnumRfc1766
This method creates a Locale Enumeration object and retrieves the corresponding IEnumRfc1766 interface.
HRESULT EnumRfc1766(
LANGID LangId,
IEnumRfc1766** ppEnumRfc1766
);
Parameters
- LangId
[in] LANGID that specifies the language. - ppEnumRfc1766
[out] Address of a pointer to the IEnumRfc1766 interface of the enumeration object.
Return Values
Returns S_OK if successful or an error value otherwise.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Link Library: Mlang.dll.
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.