wine/dlls/ole32 compobj.c

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 8 06:43:24 CST 2005


ChangeSet ID:	21158
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/08 06:43:24

Modified files:
	dlls/ole32     : compobj.c 

Log message:
	Michael Jung <mjung at iss.tu-darmstadt.de>
	Added tracing to CoCreateInstance.

Patch: http://cvs.winehq.org/patch.py?id=21158

Old revision  New revision  Changes     Path
 1.165         1.166         +3 -0       wine/dlls/ole32/compobj.c

Index: wine/dlls/ole32/compobj.c
diff -u -p wine/dlls/ole32/compobj.c:1.165 wine/dlls/ole32/compobj.c:1.166
--- wine/dlls/ole32/compobj.c:1.165	8 Nov 2005 12:43:24 -0000
+++ wine/dlls/ole32/compobj.c	8 Nov 2005 12:43:24 -0000
@@ -1751,6 +1751,9 @@ HRESULT WINAPI CoCreateInstance(
   HRESULT hres;
   LPCLASSFACTORY lpclf = 0;
 
+  TRACE("(rclsid=%s, pUnkOuter=%p, dwClsContext=%08lx, riid=%s, ppv=%p)\n", debugstr_guid(rclsid),
+        pUnkOuter, dwClsContext, debugstr_guid(iid), ppv);
+
   if (!COM_CurrentApt()) return CO_E_NOTINITIALIZED;
 
   /*



More information about the wine-cvs mailing list