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
f24b20f0
Commit
f24b20f0
authored
Dec 01, 2023
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Jan 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add Windows.Storage.Streams.InMemoryRandomAccessStream runtimeclass definition.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=54963
parent
51b9d8ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
windows.storage.streams.idl
include/windows.storage.streams.idl
+14
-0
No files found.
include/windows.storage.streams.idl
View file @
f24b20f0
...
...
@@ -38,6 +38,7 @@ namespace Windows.Storage.Streams {
interface
IRandomAccessStreamStatics
;
interface
IRandomAccessStreamWithContentType
;
runtimeclass
Buffer
;
runtimeclass
InMemoryRandomAccessStream
;
runtimeclass
RandomAccessStream
;
runtimeclass
RandomAccessStreamReference
;
...
...
@@ -130,6 +131,19 @@ namespace Windows.Storage.Streams {
}
[
activatable
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
marshaling_behavior
(
agile
)
]
runtimeclass
InMemoryRandomAccessStream
{
[
default
]
interface
Windows
.
Storage.Streams.IRandomAccessStream;
interface
Windows
.
Storage.Streams.IOutputStream;
interface
Windows
.
Foundation.IClosable;
interface
Windows
.
Storage.Streams.IInputStream;
}
[
activatable
(
Windows
.
Storage.Streams.IBufferFactory
,
Windows
.
Foundation.UniversalApiContract
,
1.0
),
contract
(
Windows
.
Foundation.UniversalApiContract
,
1.0
),
marshaling_behavior
(
agile
),
...
...
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