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
af1181bb
Commit
af1181bb
authored
Jan 28, 2021
by
Rémi Bernon
Committed by
Alexandre Julliard
Jan 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IWMPRemoteMediaServices interface to wmp.idl.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f72ef20e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
wmp.idl
include/wmp.idl
+16
-0
No files found.
include/wmp.idl
View file @
af1181bb
...
...
@@ -362,6 +362,22 @@ library WMPLib {
[
odl
,
uuid
(
cbb92747
-
741
f
-
44
fe
-
ab5b
-
f1a48f3b2a59
),
oleautomation
]
interface
IWMPRemoteMediaServices
:
IUnknown
{
HRESULT
GetServiceType
(
[
out
,
retval
]
BSTR
*
type
)
;
HRESULT
GetApplicationName
(
[
out
,
retval
]
BSTR
*
name
)
;
HRESULT
GetScriptableObject
(
[
out
,
retval
]
BSTR
*
name
,
[
out
,
retval
]
IDispatch
**
out
)
;
HRESULT
GetCustomUIMode
(
[
out
,
retval
]
BSTR
*
file
)
;
}
[
odl
,
uuid
(
9104
d1ab
-
80
c9
-
4
fed
-
abf0
-
2
e6417a6df14
),
dual
,
oleautomation
...
...
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