mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
msxml3: Unify Invoke()/InvokeEx() tracing format.
This commit is contained in:
parent
fbd446519c
commit
19eecac79c
@ -417,7 +417,7 @@ static HRESULT WINAPI DispatchEx_Invoke(IDispatchEx *iface, DISPID dispIdMember,
|
||||
{
|
||||
DispatchEx *This = impl_from_IDispatchEx(iface);
|
||||
|
||||
TRACE("(%p)->(%d %s %d %d %p %p %p %p)\n", This, dispIdMember, debugstr_guid(riid),
|
||||
TRACE("(%p)->(%x %s %x %x %p %p %p %p)\n", This, dispIdMember, debugstr_guid(riid),
|
||||
lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr);
|
||||
|
||||
return IDispatchEx_InvokeEx(&This->IDispatchEx_iface, dispIdMember, lcid, wFlags,
|
||||
|
Loading…
x
Reference in New Issue
Block a user