include: Add Windows.Storage.Streams.InMemoryRandomAccessStream runtimeclass definition.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54963
This commit is contained in:
parent
51b9d8ae65
commit
f24b20f01e
1 changed files with 14 additions and 0 deletions
|
@ -38,6 +38,7 @@ namespace Windows.Storage.Streams {
|
|||
interface IRandomAccessStreamStatics;
|
||||
interface IRandomAccessStreamWithContentType;
|
||||
runtimeclass Buffer;
|
||||
runtimeclass InMemoryRandomAccessStream;
|
||||
runtimeclass RandomAccessStream;
|
||||
runtimeclass RandomAccessStreamReference;
|
||||
|
||||
|
@ -129,6 +130,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),
|
||||
|
|
Loading…
Add table
Reference in a new issue