[1/2] mshtml: Respond to SID_SContainerDispatch service id

Jacek Caban jacek at codeweavers.com
Thu Jan 19 07:51:37 CST 2012


Hi Nikolay,

On 01/18/12 23:18, Nikolay Sivov wrote:
> Respond to SID_SContainerDispatch service id

 
+    if(IsEqualGUID(&SID_SContainerDispatch, guidService)) {
+        TRACE("SID_SContainerDispatch\n");
+        return IHTMLDocument2_QueryInterface(&This->IHTMLDocument2_iface, riid, ppv);
+    }


Your test suggests that it's a wrong object to return. It may be acceptable if native returns this object as well, with just wrapped interface, but we need test for it.

Jacek





More information about the wine-devel mailing list