Re: [PATCH 4/5] shell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control.
26 Aug
2010
26 Aug
'10
11:03 a.m.
On 8/26/2010 14:53, David Hedberg wrote:
+ *ppvObject = NULL; + if(IsEqualIID(riid,&IID_INameSpaceTreeControlEvents)) + { + *ppvObject = iface; + } + Why don't you allow IUnknown here?
26 Aug
26 Aug
11:24 a.m.
New subject: [PATCH 4/5] shell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control.
On Thu, Aug 26, 2010 at 13:03, Nikolay Sivov <nsivov(a)codeweavers.com> wrote:
On 8/26/2010 14:53, David Hedberg wrote:
+ *ppvObject = NULL; + if(IsEqualIID(riid,&IID_INameSpaceTreeControlEvents)) + { + *ppvObject = iface; + } +
Why don't you allow IUnknown here?
An oversight on my part I guess, although I'm not sure anyone will ever request IUnknown here in this case. I'll add it.
5593
Age (days ago)
5593
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Hedberg -
Nikolay Sivov