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
0af35ccd
Commit
0af35ccd
authored
May 01, 2024
by
Alex Henrie
Committed by
Alexandre Julliard
May 02, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add SHAssocEnumHandlersForProtocolByApplication stub.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=56581
parent
4e0e6238
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
assoc.c
dlls/shell32/assoc.c
+9
-0
shell32.spec
dlls/shell32/shell32.spec
+1
-0
No files found.
dlls/shell32/assoc.c
View file @
0af35ccd
...
...
@@ -1132,3 +1132,12 @@ HRESULT WINAPI SHAssocEnumHandlers(const WCHAR *extra, ASSOC_FILTER filter, IEnu
*
enumhandlers
=
&
enumassoc
->
IEnumAssocHandlers_iface
;
return
S_OK
;
}
/**************************************************************************
* SHAssocEnumHandlersForProtocolByApplication [SHELL32.@]
*/
HRESULT
WINAPI
SHAssocEnumHandlersForProtocolByApplication
(
const
WCHAR
*
protocol
,
REFIID
riid
,
void
**
handlers
)
{
FIXME
(
"(%s %s %p): stub
\n
"
,
debugstr_w
(
protocol
),
debugstr_guid
(
riid
),
handlers
);
return
E_NOTIMPL
;
}
dlls/shell32/shell32.spec
View file @
0af35ccd
...
...
@@ -332,6 +332,7 @@
@ stdcall SHAddToRecentDocs (long ptr)
@ stdcall SHAppBarMessage(long ptr)
@ stdcall SHAssocEnumHandlers(wstr long ptr)
@ stdcall SHAssocEnumHandlersForProtocolByApplication(wstr ptr ptr)
@ stdcall SHBindToFolderIDListParent(ptr ptr ptr ptr ptr)
@ stdcall SHBindToObject(ptr ptr ptr ptr ptr)
@ stdcall SHBindToParent(ptr ptr ptr ptr)
...
...
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