IMultiLanguage::EnumRfc1766 (Windows CE 5.0)
This method creates a Locale Enumeration object and retrieves the corresponding IEnumRfc1766 interface.
HRESULTEnumRfc1766(IEnumRfc1766** ppEnumRfc1766);
Parameters
- ppEnumRfc1766
[out] Address of a pointer to receive the IEnumRfc1766 interface.
Return Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Link Library: Mlang.dll.
Send Feedback on this topic to the authors