[PATCH 4/5] shell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control.

David Hedberg david.hedberg at gmail.com
Thu Aug 26 06:24:10 CDT 2010


On Thu, Aug 26, 2010 at 13:03, Nikolay Sivov <nsivov at 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.



More information about the wine-devel mailing list