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
b7672fac
Commit
b7672fac
authored
Nov 05, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Nov 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some definitions to axextend.idl.
parent
0e37ca14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
0 deletions
+67
-0
axextend.idl
include/axextend.idl
+67
-0
No files found.
include/axextend.idl
View file @
b7672fac
...
@@ -22,6 +22,8 @@ interface IAMAudioInputMixer;
...
@@ -22,6 +22,8 @@ interface IAMAudioInputMixer;
interface
IAMAudioRendererStats
;
interface
IAMAudioRendererStats
;
interface
IAMBufferNegotiation
;
interface
IAMBufferNegotiation
;
interface
IAMCameraControl
;
interface
IAMCameraControl
;
interface
IAMCertifiedOutputProtection
;
interface
IAMClockSlave
;
interface
IAMCopyCaptureFileProgress
;
interface
IAMCopyCaptureFileProgress
;
interface
IAMCrossbar
;
interface
IAMCrossbar
;
interface
IAMDevMemoryAllocator
;
interface
IAMDevMemoryAllocator
;
...
@@ -731,6 +733,71 @@ interface ICaptureGraphBuilder2 : IUnknown
...
@@ -731,6 +733,71 @@ interface ICaptureGraphBuilder2 : IUnknown
[
out
]
IPin
**
ppPin
)
;
[
out
]
IPin
**
ppPin
)
;
}
}
[
local
,
object
,
uuid
(
9
fd52741
-176d-4
b36
-
8
f51
-
ca8f933223be
),
pointer_default
(
unique
)
]
interface
IAMClockSlave
:
IUnknown
{
HRESULT
SetErrorTolerance
(
[
in
]
DWORD
dwTolerance
)
;
HRESULT
GetErrorTolerance
(
[
out
]
DWORD
*
pdwTolerance
)
;
}
;
typedef
struct
_AMCOPPSignature
{
BYTE
Signature
[
256
]
;
}
AMCOPPSignature
;
typedef
struct
_AMCOPPCommand
{
GUID
macKDI
;
GUID
guidCommandID
;
DWORD
dwSequence
;
DWORD
bSizeData
;
BYTE
CommandData
[
4056
]
;
}
AMCOPPCommand
,
*
LPAMCOPPCommand
;
typedef
struct
_AMCOPPStatusInput
{
GUID
rApp
;
GUID
guidStatusRequestID
;
DWORD
dwSequence
;
DWORD
cbSizeData
;
BYTE
StatusData
[
4056
]
;
}
AMCOPPStatusInput
,
*
LPAMCOPPStatusInput
;
typedef
struct
_AMCOPPStatusOutput
{
GUID
macKDI
;
DWORD
cbSizeData
;
BYTE
COPPStatus
[
4076
]
;
}
AMCOPPStatusOutput
,
*
LPAMCOPPStatusOutput
;
[
local
,
object
,
uuid
(
6
feded3e
-
0
ff1
-
4901
-
a2f1
-
43
f7012c8515
),
pointer_default
(
unique
)
]
interface
IAMCertifiedOutputProtection
:
IUnknown
{
HRESULT
KeyExchange
(
[
out
]
GUID
*
pRandom
,
[
out
]
BYTE
**
VarLenCertGH
,
[
out
]
DWORD
*
pdwLengthCertGH
)
;
HRESULT
SessionSequenceStart
(
[
in
]
AMCOPPSignature
*
pSig
)
;
HRESULT
ProtectionCommand
(
[
in
]
const
AMCOPPCommand
*
cmd
)
;
HRESULT
ProtectionStatus
(
[
in
]
const
AMCOPPStatusInput
*
pStatusInput
,
[
out
]
AMCOPPStatusOutput
*
pStatusOutput
)
;
}
;
enum
_AM_RENSDEREXFLAGS
enum
_AM_RENSDEREXFLAGS
{
{
AM_RENDEREX_RENDERTOEXISTINGRENDERERS
=
0
x01
AM_RENDEREX_RENDERTOEXISTINGRENDERERS
=
0
x01
...
...
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