Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
db8090ee
Commit
db8090ee
authored
Apr 30, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
May 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Add a stub implementation for IUnknown_QueryServiceExec.
parent
3c1e67d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
ordinal.c
dlls/shlwapi/ordinal.c
+8
-0
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+1
-1
No files found.
dlls/shlwapi/ordinal.c
View file @
db8090ee
...
...
@@ -4420,3 +4420,11 @@ BOOL WINAPI ShellMessageBoxWrapW(HMODULE mod, DWORD unknown1, UINT uId,
mod
,
unknown1
,
uId
,
debugstr_w
(
title
),
unknown2
,
debugstr_w
(
filename
));
return
TRUE
;
}
HRESULT
WINAPI
IUnknown_QueryServiceExec
(
IUnknown
*
unk
,
REFIID
service
,
REFIID
clsid
,
DWORD
x1
,
DWORD
x2
,
DWORD
x3
,
void
**
ppvOut
)
{
FIXME
(
"%p %s %s %08lx %08lx %08lx %p
\n
"
,
unk
,
debugstr_guid
(
service
),
debugstr_guid
(
clsid
),
x1
,
x2
,
x3
,
ppvOut
);
return
E_NOTIMPL
;
}
dlls/shlwapi/shlwapi.spec
View file @
db8090ee
...
...
@@ -481,7 +481,7 @@
481 stdcall -noname IUnknown_HasFocusIO(ptr)
482 stub -noname SHMessageBoxHelpA
483 stub -noname SHMessageBoxHelpW
484 st
ub -noname IUnknown_QueryServiceExec
484 st
dcall -noname IUnknown_QueryServiceExec(ptr ptr ptr long long long ptr)
485 stub -noname MapWin32ErrorToSTG
486 stub -noname ModeToCreateFileFlags
...
...
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