Nikolay Sivov (@nsivov) commented about dlls/combase/tests/roapi.c:
{ FALSE, FALSE, FALSE },
{ FALSE, FALSE, TRUE },
- };
- APTTYPEQUALIFIER aptqualifier;
- IActivationFactory *factory;
- APTTYPE apttype;
- unsigned int i;
- HANDLE thread;
- HSTRING str;
- HRESULT hr;
- hr = WindowsCreateString(L"Does.Not.Exist", ARRAY_SIZE(L"Does.Not.Exist") - 1, &str);
- ok(hr == S_OK, "got %#lx.\n", hr);
- /* RoGetActivationFactory doesn't implicitly initialize COM. */
- hr = RoGetActivationFactory(str, &IID_IActivationFactory, (void **)&factory);
- todo_wine ok(hr == CO_E_NOTINITIALIZED, "got %#lx.\n", hr);
Doesn't this contradict MR subject?