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 i
Am 20.06.2011 17:50, schrieb Henri Verbeet:
> 2011/6/18 André Hentschel :
>> -static HRESULT STDMETHODCALLTYPE taskbar_list_QueryInterface(ITaskbarList
>> *iface, REFIID riid, void **object)
>> +static HRESULT STDMETHODCALLTYPE taskbar_list_QueryInterface(ITaskbarList2
>> *iface, REFIID riid, LPV
2011/6/18 André Hentschel :
> -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, riid %s, ob
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 int