Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ebf480c4
Commit
ebf480c4
authored
Jul 06, 2016
by
Alex Henrie
Committed by
Alexandre Julliard
Jul 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Print RIIDs as strings in shell dispatch TRACE statements.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
96072f4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
shelldispatch.c
dlls/shell32/shelldispatch.c
+15
-15
No files found.
dlls/shell32/shelldispatch.c
View file @
ebf480c4
...
...
@@ -176,7 +176,7 @@ static HRESULT WINAPI FolderItemVerbImpl_QueryInterface(FolderItemVerb *iface,
{
FolderItemVerbImpl
*
This
=
impl_from_FolderItemVerb
(
iface
);
TRACE
(
"(%p,%
p,%p)
\n
"
,
iface
,
riid
,
ppv
);
TRACE
(
"(%p,%
s,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
ppv
);
*
ppv
=
NULL
;
...
...
@@ -248,7 +248,7 @@ static HRESULT WINAPI FolderItemVerbImpl_GetIDsOfNames(FolderItemVerb *iface,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%
p,%p,%u,%d,%p)
\n
"
,
iface
,
riid
,
rgszNames
,
cNames
,
lcid
,
TRACE
(
"(%p,%
s,%p,%u,%d,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
rgszNames
,
cNames
,
lcid
,
rgDispId
);
hr
=
get_typeinfo
(
FolderItemVerb_tid
,
&
ti
);
...
...
@@ -265,7 +265,7 @@ static HRESULT WINAPI FolderItemVerbImpl_Invoke(FolderItemVerb *iface,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%d,%
p,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
riid
,
lcid
,
TRACE
(
"(%p,%d,%
s,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
shdebugstr_guid
(
riid
)
,
lcid
,
wFlags
,
pDispParams
,
pVarResult
,
pExcepInfo
,
puArgErr
);
hr
=
get_typeinfo
(
FolderItemVerb_tid
,
&
ti
);
...
...
@@ -342,7 +342,7 @@ static HRESULT WINAPI FolderItemVerbsImpl_QueryInterface(FolderItemVerbs *iface,
{
FolderItemVerbsImpl
*
This
=
impl_from_FolderItemVerbs
(
iface
);
TRACE
(
"(%p,%
p,%p)
\n
"
,
iface
,
riid
,
ppv
);
TRACE
(
"(%p,%
s,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
ppv
);
*
ppv
=
NULL
;
...
...
@@ -414,7 +414,7 @@ static HRESULT WINAPI FolderItemVerbsImpl_GetIDsOfNames(FolderItemVerbs *iface,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%
p,%p,%u,%d,%p)
\n
"
,
iface
,
riid
,
rgszNames
,
cNames
,
lcid
,
TRACE
(
"(%p,%
s,%p,%u,%d,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
rgszNames
,
cNames
,
lcid
,
rgDispId
);
hr
=
get_typeinfo
(
FolderItemVerbs_tid
,
&
ti
);
...
...
@@ -431,7 +431,7 @@ static HRESULT WINAPI FolderItemVerbsImpl_Invoke(FolderItemVerbs *iface,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%d,%
p,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
riid
,
lcid
,
TRACE
(
"(%p,%d,%
s,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
shdebugstr_guid
(
riid
)
,
lcid
,
wFlags
,
pDispParams
,
pVarResult
,
pExcepInfo
,
puArgErr
);
hr
=
get_typeinfo
(
FolderItemVerbs_tid
,
&
ti
);
...
...
@@ -592,7 +592,7 @@ static HRESULT WINAPI FolderItemImpl_QueryInterface(FolderItem2 *iface,
{
FolderItemImpl
*
This
=
impl_from_FolderItem
(
iface
);
TRACE
(
"(%p,%
p,%p)
\n
"
,
iface
,
riid
,
ppv
);
TRACE
(
"(%p,%
s,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
ppv
);
if
(
!
ppv
)
return
E_INVALIDARG
;
...
...
@@ -665,7 +665,7 @@ static HRESULT WINAPI FolderItemImpl_GetIDsOfNames(FolderItem2 *iface,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%
p,%p,%u,%d,%p)
\n
"
,
iface
,
riid
,
rgszNames
,
cNames
,
lcid
,
TRACE
(
"(%p,%
s,%p,%u,%d,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
rgszNames
,
cNames
,
lcid
,
rgDispId
);
hr
=
get_typeinfo
(
FolderItem2_tid
,
&
ti
);
...
...
@@ -683,7 +683,7 @@ static HRESULT WINAPI FolderItemImpl_Invoke(FolderItem2 *iface,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%d,%
p,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
riid
,
lcid
,
TRACE
(
"(%p,%d,%
s,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
shdebugstr_guid
(
riid
)
,
lcid
,
wFlags
,
pDispParams
,
pVarResult
,
pExcepInfo
,
puArgErr
);
hr
=
get_typeinfo
(
FolderItem2_tid
,
&
ti
);
...
...
@@ -944,7 +944,7 @@ static HRESULT WINAPI FolderImpl_QueryInterface(Folder3 *iface, REFIID riid,
{
FolderImpl
*
This
=
impl_from_Folder
(
iface
);
TRACE
(
"(%p,%
p,%p)
\n
"
,
iface
,
riid
,
ppv
);
TRACE
(
"(%p,%
s,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
ppv
);
if
(
!
ppv
)
return
E_INVALIDARG
;
...
...
@@ -1017,7 +1017,7 @@ static HRESULT WINAPI FolderImpl_GetIDsOfNames(Folder3 *iface, REFIID riid,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%
p,%p,%u,%d,%p)
\n
"
,
iface
,
riid
,
rgszNames
,
cNames
,
lcid
,
TRACE
(
"(%p,%
s,%p,%u,%d,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
rgszNames
,
cNames
,
lcid
,
rgDispId
);
hr
=
get_typeinfo
(
Folder3_tid
,
&
ti
);
...
...
@@ -1034,7 +1034,7 @@ static HRESULT WINAPI FolderImpl_Invoke(Folder3 *iface, DISPID dispIdMember,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%d,%
p,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
riid
,
lcid
,
TRACE
(
"(%p,%d,%
s,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
shdebugstr_guid
(
riid
)
,
lcid
,
wFlags
,
pDispParams
,
pVarResult
,
pExcepInfo
,
puArgErr
);
hr
=
get_typeinfo
(
Folder3_tid
,
&
ti
);
...
...
@@ -1289,7 +1289,7 @@ static HRESULT WINAPI ShellDispatch_QueryInterface(IShellDispatch6 *iface,
{
ShellDispatch
*
This
=
impl_from_IShellDispatch6
(
iface
);
TRACE
(
"(%p,%
p,%p)
\n
"
,
iface
,
riid
,
ppv
);
TRACE
(
"(%p,%
s,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
ppv
);
if
(
!
ppv
)
return
E_INVALIDARG
;
...
...
@@ -1364,7 +1364,7 @@ static HRESULT WINAPI ShellDispatch_GetIDsOfNames(IShellDispatch6 *iface,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%
p,%p,%u,%d,%p)
\n
"
,
iface
,
riid
,
rgszNames
,
cNames
,
lcid
,
TRACE
(
"(%p,%
s,%p,%u,%d,%p)
\n
"
,
iface
,
shdebugstr_guid
(
riid
)
,
rgszNames
,
cNames
,
lcid
,
rgDispId
);
hr
=
get_typeinfo
(
IShellDispatch6_tid
,
&
ti
);
...
...
@@ -1382,7 +1382,7 @@ static HRESULT WINAPI ShellDispatch_Invoke(IShellDispatch6 *iface,
ITypeInfo
*
ti
;
HRESULT
hr
;
TRACE
(
"(%p,%d,%
p,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
riid
,
lcid
,
TRACE
(
"(%p,%d,%
s,%d,%u,%p,%p,%p,%p)
\n
"
,
iface
,
dispIdMember
,
shdebugstr_guid
(
riid
)
,
lcid
,
wFlags
,
pDispParams
,
pVarResult
,
pExcepInfo
,
puArgErr
);
hr
=
get_typeinfo
(
IShellDispatch6_tid
,
&
ti
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment