Added tracing to CoCreateInstance.

oldstable
Michael Jung 2005-11-08 12:43:24 +00:00 committed by Alexandre Julliard
parent b8d9b6192d
commit 2f210917ee
1 changed files with 3 additions and 0 deletions

View File

@ -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;
/*