Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 2873 of file mlang.c.
{ HRESULT hr; IEnumRfc1766 *rfc1766; TRACE("%p %p %s\n", iface, pLocale, debugstr_w(bstrRfc1766)); if (!pLocale || !bstrRfc1766) return E_INVALIDARG; hr = IMultiLanguage2_EnumRfc1766(iface, 0, &rfc1766); if (FAILED(hr)) return hr; hr = lcid_from_rfc1766(rfc1766, pLocale, bstrRfc1766); IEnumRfc1766_Release(rfc1766); return hr; }