[1/3] ole32: Add a trace to IDataObject::GetData.

Dmitry Timoshkov dmitry at baikal.ru
Wed Sep 20 06:54:05 CDT 2017


Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
---
 dlls/ole32/datacache.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/ole32/datacache.c b/dlls/ole32/datacache.c
index ecae89d284..4e684b4189 100644
--- a/dlls/ole32/datacache.c
+++ b/dlls/ole32/datacache.c
@@ -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);
-- 
2.14.1




More information about the wine-patches mailing list