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
4b74eb09
Commit
4b74eb09
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 IWMPMedia3 interface to wmp.idl.
Signed-off-by:
Rémi Bernon
<
rbernon@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
90f0542f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
wmp.idl
include/wmp.idl
+16
-1
No files found.
include/wmp.idl
View file @
4b74eb09
...
...
@@ -857,6 +857,21 @@ library WMPLib {
[
odl
,
uuid
(
f118efc7
-
f03a
-
4
fb4
-
99
c9
-
1
c02a5c1065b
),
dual
,
oleautomation
]
interface
IWMPMedia3
:
IWMPMedia2
{
[
id
(
0
x0301
)
]
HRESULT
getAttributeCountByType
(
[
in
]
BSTR
type
,
[
in
]
BSTR
language
,
[
out
,
retval
]
long
*
out
)
;
[
id
(
0
x0302
)
]
HRESULT
getItemInfoByType
(
[
in
]
BSTR
type
,
[
in
]
BSTR
language
,
[
in
]
long
index
,
[
out
,
retval
]
VARIANT
*
out
)
;
}
[
odl
,
uuid
(
a12dcf7d
-
14
ab
-
4
c1b
-
a8cd
-
63909
f06025b
),
dual
,
oleautomation
...
...
@@ -1486,7 +1501,7 @@ library WMPLib {
interface
IWMPDVD
;
interface
IWMPControls2
;
interface
IWMPMedia2
;
/*
interface
IWMPMedia3
; */
interface
IWMPMedia3
;
/*
interface
IWMPMetadataPicture
; */
/*
interface
IWMPMetadataText
; */
/*
interface
IWMPSettings2
; */
...
...
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