Creates a Locale Enumeration Object and retrieves the corresponding IEnumRfc1766 interface.
Syntax
HRESULT EnumRfc1766(
LANGID LangId,
IEnumRfc1766 **ppEnumRfc1766
);
Parameters
- LangId
- LANGID that specifies the language.
- ppEnumRfc1766
- Address of a pointer to the IEnumRfc1766 interface of the enumeration object.
Return Value
Returns S_OK if successful, or an error code otherwise.