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
f454932b
Commit
f454932b
authored
Oct 15, 2021
by
Zebediah Figura
Committed by
Alexandre Julliard
Oct 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add INSSBuffer3.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
3eb33e94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
wmsbuffer.idl
include/wmsbuffer.idl
+22
-0
No files found.
include/wmsbuffer.idl
View file @
f454932b
...
...
@@ -41,3 +41,25 @@ interface INSSBuffer : IUnknown
[
out
]
BYTE
**
ppdwBuffer
,
[
out
]
DWORD
*
pdwLength
)
;
}
[
object
,
local
,
uuid
(
4
f528693
-
1035
-
43
fe
-
b428
-
757561
ad3a68
),
]
interface
INSSBuffer2
:
INSSBuffer
{
HRESULT
GetSampleProperties
(
DWORD
size
,
BYTE
*
props
)
;
HRESULT
SetSampleProperties
(
DWORD
size
,
BYTE
*
props
)
;
}
[
object
,
local
,
uuid
(
c87ceaaf
-
75b
e
-
4b
c4
-
84
eb
-
ac2798507672
),
]
interface
INSSBuffer3
:
INSSBuffer2
{
HRESULT
SetProperty
(
GUID
id
,
void
*
value
,
DWORD
size
)
;
HRESULT
GetProperty
(
GUID
id
,
void
*
value
,
DWORD
*
size
)
;
}
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