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
9f4f9423
Commit
9f4f9423
authored
Jun 07, 2017
by
Andrey Gusev
Committed by
Alexandre Julliard
Jun 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shobjidl.idl: Add IApplicationDestinations declaration.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
20d41d9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
shobjidl.idl
include/shobjidl.idl
+24
-0
No files found.
include/shobjidl.idl
View file @
9f4f9423
...
...
@@ -3467,6 +3467,22 @@ interface IApplicationAssociationRegistration : IUnknown
}
[
object,
uuid(12337d35-94c6-48a0-bce7-6a9c69d4d600),
pointer_default(unique)
]
interface IApplicationDestinations : IUnknown
{
HRESULT SetAppID(
[in] LPCWSTR pszAppID);
HRESULT RemoveDestination(
[in] IUnknown *punk);
HRESULT RemoveAllDestinations();
}
[
uuid(6332debf-87b5-4670-90c0-5e57b408a49e),
object,
pointer_default(unique)
...
...
@@ -3739,6 +3755,14 @@ library ShellObjects
}
[
uuid(86c14003-4d6b-4ef3-a7b4-0506663b2e68)
]
coclass ApplicationDestinations
{
interface IApplicationDestinations;
}
[
uuid(00021401-0000-0000-c000-000000000046)
]
coclass ShellLink
...
...
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