IMultiLanguage::EnumCodeP...     IMultiLanguage::GetCharse...     IMultiLanguage Interface    
Web Workshop (Miscellaneous)

IMultiLanguage::EnumRfc1766 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 the call is 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.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

IMultiLanguage::EnumCodePages



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.