Added tracing to CoCreateInstance.
This commit is contained in:
parent
b8d9b6192d
commit
2f210917ee
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue