ok_ole_success(hr, CreateBindCtx);
/* IsRunning test */
+ hr = IMoniker_IsRunning(moniker, NULL, NULL, NULL);
+ ok(hr == E_NOTIMPL, "IMoniker_IsRunning should return E_NOTIMPL, not 0x%08x\n", hr);
+
hr = IMoniker_IsRunning(moniker, bindctx, NULL, NULL);
ok(hr == E_NOTIMPL, "IMoniker_IsRunning should return E_NOTIMPL, not 0x%08x\n", hr);
ok_ole_success(hr, CreateBindCtx);
/* IsRunning test */
+ hr = IMoniker_IsRunning(moniker, NULL, NULL, NULL);
+ todo_wine
+ ok(hr == E_INVALIDARG, "IMoniker_IsRunning should return E_INVALIDARG, not 0x%08x\n", hr);
+
hr = IMoniker_IsRunning(moniker, bindctx, NULL, NULL);
ok(hr == S_FALSE, "IMoniker_IsRunning should return S_FALSE, not 0x%08x\n", hr);
ok_ole_success(hr, CreateBindCtx);
/* IsRunning test */
+ hr = IMoniker_IsRunning(moniker, NULL, NULL, NULL);
+ todo_wine
+ ok(hr == E_INVALIDARG, "IMoniker_IsRunning should return E_INVALIDARG, not 0x%08x\n", hr);
+
hr = IMoniker_IsRunning(moniker, bindctx, NULL, NULL);
todo_wine
ok(hr == S_FALSE, "IMoniker_IsRunning should return S_FALSE, not 0x%08x\n", hr);