Commit d0727dec authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

uiautomationcore: Return success from UiaRaiseAutomationEvent().

parent 5cfeed53
......@@ -91,5 +91,5 @@ LRESULT WINAPI UiaReturnRawElementProvider(HWND hwnd, WPARAM wParam,
HRESULT WINAPI UiaRaiseAutomationEvent(IRawElementProviderSimple *provider, EVENTID id)
{
FIXME("(%p, %d): stub\n", provider, id);
return E_NOTIMPL;
return S_OK;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment