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