Re: [1/2] mshtml: Respond to SID_SContainerDispatch service id
Jan. 19, 2012
1:51 p.m.
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
5179
Age (days ago)
5179
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban