ole32: Add a trace to IDataObject::GetData.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fdac39f697
commit
7ce77b464c
|
@ -1245,6 +1245,8 @@ static HRESULT WINAPI DataCache_GetData(
|
|||
DataCache *This = impl_from_IDataObject(iface);
|
||||
DataCacheEntry *cache_entry;
|
||||
|
||||
TRACE("(%p, %s, %p)\n", iface, debugstr_formatetc(pformatetcIn), pmedium);
|
||||
|
||||
memset(pmedium, 0, sizeof(*pmedium));
|
||||
|
||||
cache_entry = DataCache_GetEntryForFormatEtc(This, pformatetcIn);
|
||||
|
|
Loading…
Reference in New Issue