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
27ffc60c
Commit
27ffc60c
authored
Mar 13, 2019
by
Zebediah Figura
Committed by
Alexandre Julliard
Mar 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Correct IDL attributes for control.idl.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c45acfe9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
22 deletions
+27
-22
control.idl
include/control.idl
+27
-22
No files found.
include/control.idl
View file @
27ffc60c
...
...
@@ -42,7 +42,8 @@ library QuartzTypeLib
[
object
,
uuid
(
56
a868b1
-
0
ad4
-
11
ce
-
b03a
-
0020
af0ba770
),
pointer_default
(
unique
)
oleautomation
,
dual
,
]
interface
IMediaControl
:
IDispatch
{
...
...
@@ -52,8 +53,8 @@ library QuartzTypeLib
HRESULT
GetState
(
[
in
]
LONG
msTimeout
,
[
out
]
OAFilterState
*
pfs
)
;
HRESULT
RenderFile
(
[
in
]
BSTR
strFilename
)
;
HRESULT
AddSourceFilter
(
[
in
]
BSTR
strFilename
,
[
out
]
IDispatch
**
ppUnk
)
;
[
propget
]
HRESULT
FilterCollection
(
[
out
]
IDispatch
**
ppUnk
)
;
[
propget
]
HRESULT
RegFilterCollection
(
[
out
]
IDispatch
**
ppUnk
)
;
[
propget
]
HRESULT
FilterCollection
(
[
out
,
retval
]
IDispatch
**
ppUnk
)
;
[
propget
]
HRESULT
RegFilterCollection
(
[
out
,
retval
]
IDispatch
**
ppUnk
)
;
HRESULT
StopWhenReady
()
;
}
...
...
@@ -64,7 +65,8 @@ library QuartzTypeLib
[
object
,
uuid
(
56
a868b3
-
0
ad4
-
11
ce
-
b03a
-
0020
af0ba770
),
pointer_default
(
unique
)
oleautomation
,
dual
,
]
interface
IBasicAudio
:
IDispatch
{
...
...
@@ -81,7 +83,8 @@ library QuartzTypeLib
[
object
,
uuid
(
56
a868b4
-
0
ad4
-
11
ce
-
b03a
-
0020
af0ba770
),
pointer_default
(
unique
)
oleautomation
,
dual
,
]
interface
IVideoWindow
:
IDispatch
{
...
...
@@ -133,7 +136,8 @@ library QuartzTypeLib
[
object
,
uuid
(
56
a868b5
-
0
ad4
-
11
ce
-
b03a
-
0020
af0ba770
),
pointer_default
(
unique
)
oleautomation
,
dual
,
]
interface
IBasicVideo
:
IDispatch
{
...
...
@@ -168,9 +172,9 @@ library QuartzTypeLib
HRESULT
GetVideoPaletteEntries
(
[
in
]
LONG
StartIndex
,
[
in
]
LONG
Entries
,
[
out
]
LONG
*
pRetrieved
,
[
out
,
size_is
(
Entries
),
length_is
(
*
pRetrieved
)
]
LONG
*
pPalette
)
;
[
out
]
LONG
*
pPalette
)
;
HRESULT
GetCurrentImage
(
[
in
,
out
]
LONG
*
pBufferSize
,
[
out
,
size_is
(
*
pBufferSize
),
length_is
(
*
pBufferSize
)
]
LONG
*
pDIBImage
)
;
[
out
]
LONG
*
pDIBImage
)
;
HRESULT
IsUsingDefaultSource
()
;
HRESULT
IsUsingDefaultDestination
()
;
}
...
...
@@ -193,7 +197,8 @@ library QuartzTypeLib
[
object
,
uuid
(
56
a868b6
-
0
ad4
-
11
ce
-
b03a
-
0020
af0ba770
),
pointer_default
(
unique
)
oleautomation
,
dual
,
]
interface
IMediaEvent
:
IDispatch
{
...
...
@@ -212,7 +217,6 @@ library QuartzTypeLib
[
object
,
uuid
(
56
a868c0
-
0
ad4
-
11
ce
-
b03a
-
0020
af0ba770
),
pointer_default
(
unique
)
]
interface
IMediaEventEx
:
IMediaEvent
{
...
...
@@ -228,21 +232,22 @@ library QuartzTypeLib
[
object
,
uuid
(
56
a868b2
-
0
ad4
-
11
ce
-
b03a
-
0020
af0ba770
),
pointer_default
(
unique
)
oleautomation
,
dual
,
]
interface
IMediaPosition
:
IDispatch
{
HRESULT
get_Duration
(
[
out
]
REFTIME
*
plength
)
;
HRESULT
put_
CurrentPosition
(
[
in
]
REFTIME
llTime
)
;
HRESULT
get_CurrentPosition
(
[
out
]
REFTIME
*
pllTime
)
;
HRESULT
get_StopTime
(
[
out
]
REFTIME
*
pllTime
)
;
HRESULT
put_
StopTime
(
[
in
]
REFTIME
llTime
)
;
HRESULT
get_PrerollTime
(
[
out
]
REFTIME
*
pllTime
)
;
HRESULT
put_
PrerollTime
(
[
in
]
REFTIME
llTime
)
;
HRESULT
put_
Rate
(
[
in
]
double
dRate
)
;
HRESULT
get_Rate
(
[
out
]
double
*
pdRate
)
;
HRESULT
CanSeekForward
(
[
out
]
LONG
*
pCanSeekForward
)
;
HRESULT
CanSeekBackward
(
[
out
]
LONG
*
pCanSeekBackward
)
;
[
propget
]
HRESULT
Duration
(
[
out
,
retval
]
REFTIME
*
plength
)
;
[
propput
]
HRESULT
CurrentPosition
(
[
in
]
REFTIME
llTime
)
;
[
propget
]
HRESULT
CurrentPosition
(
[
out
,
retval
]
REFTIME
*
pllTime
)
;
[
propget
]
HRESULT
StopTime
(
[
out
,
retval
]
REFTIME
*
pllTime
)
;
[
propput
]
HRESULT
StopTime
(
[
in
]
REFTIME
llTime
)
;
[
propget
]
HRESULT
PrerollTime
(
[
out
,
retval
]
REFTIME
*
pllTime
)
;
[
propput
]
HRESULT
PrerollTime
(
[
in
]
REFTIME
llTime
)
;
[
propput
]
HRESULT
Rate
(
[
in
]
double
dRate
)
;
[
propget
]
HRESULT
Rate
(
[
out
,
retval
]
double
*
pdRate
)
;
HRESULT
CanSeekForward
(
[
out
,
retval
]
LONG
*
pCanSeekForward
)
;
HRESULT
CanSeekBackward
(
[
out
,
retval
]
LONG
*
pCanSeekBackward
)
;
}
}
/*
library
QuartzTypeLib
*/
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