IMultiLanguage::EnumRfc1766
A version of this page is also available for
4/8/2010
This method creates a Locale Enumeration object and retrieves the corresponding IEnumRfc1766 interface.
Syntax
HRESULT EnumRfc1766(
IEnumRfc1766** ppEnumRfc1766
);
Parameters
- ppEnumRfc1766
[out] Address of a pointer to receive the IEnumRfc1766 interface.
Return Value
Returns NOERROR if successful or E_OUTOFMEMORY if there is insufficient memory to create the enumerator object.
Remarks
The Locale Enumeration object created by this method is used to build an array of RFC1766INFO structures that contain information about all the locale identifiers the system recognizes.
Although the IEnumRfc1766 interface is retrieved through this method, the caller is still responsible for releasing it when it is no longer needed.
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 |