Home
last modified time | relevance | path

Searched refs:pEnumRfc1766 (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/mlang/
H A Dmlang.c1315 IEnumRfc1766 *pEnumRfc1766; in test_rfc1766() local
1321 ret = IMultiLanguage2_EnumRfc1766(iML2, LANG_NEUTRAL, &pEnumRfc1766); in test_rfc1766()
1326 ret = IEnumRfc1766_Next(pEnumRfc1766, 1, &info, &n); in test_rfc1766()
1347 IEnumRfc1766_Release(pEnumRfc1766); in test_rfc1766()