Commit 2f210917 authored by Michael Jung's avatar Michael Jung Committed by Alexandre Julliard

Added tracing to CoCreateInstance.

parent b8d9b619
......@@ -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;
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment