Re: shdocvw: Add ITaskbarList2 Interface

2011-06-20 Thread Henri Verbeet
2011/6/18 André Hentschel n...@dawncrow.de: -static HRESULT STDMETHODCALLTYPE taskbar_list_QueryInterface(ITaskbarList *iface, REFIID riid, void **object) +static HRESULT STDMETHODCALLTYPE taskbar_list_QueryInterface(ITaskbarList2 *iface, REFIID riid, LPVOID *ppv)  { -    TRACE(iface %p,

Re: shdocvw: Add ITaskbarList2 Interface

2011-06-20 Thread André Hentschel
Am 20.06.2011 17:50, schrieb Henri Verbeet: 2011/6/18 André Hentschel n...@dawncrow.de: -static HRESULT STDMETHODCALLTYPE taskbar_list_QueryInterface(ITaskbarList *iface, REFIID riid, void **object) +static HRESULT STDMETHODCALLTYPE taskbar_list_QueryInterface(ITaskbarList2 *iface, REFIID

Re: shdocvw: Add ITaskbarList2 Interface (try 2)

2011-06-20 Thread Michael Stefaniuc
Hello André, On 06/20/2011 10:01 PM, André Hentschel wrote: I should mention that i never added a interface before, neither one that extends an existing one. I want to stub out ITaskbarList3, so i thought i should first start with ITaskbarList2 and see what i'm doing right or wrong. this is a

Re: shdocvw: Add ITaskbarList2 Interface

2011-06-19 Thread Alistair Leslie-Hughes
Hi André, On 19/06/2011 1:52 AM, André Hentschel wrote: --- dlls/shdocvw/taskbarlist.c | 74 --- include/shobjidl.idl | 15 + 2 files changed, 63 insertions(+), 26 deletions(-) Can you please provide a test case to show that this