[PATCH] ole32: OleCreateStaticFromData more stub information

Marcus Meissner marcus at jet.franken.de
Sun Dec 4 16:52:55 CST 2011


Hi,

output more information in stub.

Ciao, Marcus
---
 dlls/ole32/ole2stubs.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/ole2stubs.c b/dlls/ole32/ole2stubs.c
index b029a86..f87e7da 100644
--- a/dlls/ole32/ole2stubs.c
+++ b/dlls/ole32/ole2stubs.c
@@ -90,7 +90,9 @@ HRESULT     WINAPI OleCreateStaticFromData(LPDATAOBJECT pSrcDataObj, REFIID iid,
                 DWORD renderopt, LPFORMATETC pFormatEtc, LPOLECLIENTSITE pClientSite,
                 LPSTORAGE pStg, LPVOID* ppvObj)
 {
-  FIXME("(not shown), stub!\n");
+  FIXME("(srcdata=%p, refiid=%s, renderopt=%x, formatetc=%p, client=%p, storage=%p, ppv=%p), stub!\n",
+    pSrcDataObj,debugstr_guid(iid),renderopt,pFormatEtc,pClientSite,pStg,ppvObj
+  );
   return E_NOTIMPL;
 }
 
-- 
1.7.3.4




More information about the wine-patches mailing list