Commit d48a1d15 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

include: Add Windows.Storage.Streams.RandomAccessStreamReference runtimeclass definition.

parent f6fd79a3
......@@ -34,10 +34,12 @@ namespace Windows.Storage.Streams {
interface IOutputStream;
interface IRandomAccessStream;
interface IRandomAccessStreamReference;
interface IRandomAccessStreamReferenceStatics;
interface IRandomAccessStreamStatics;
interface IRandomAccessStreamWithContentType;
runtimeclass Buffer;
runtimeclass RandomAccessStream;
runtimeclass RandomAccessStreamReference;
declare {
interface Windows.Foundation.Collections.IIterable<Windows.Storage.Streams.IRandomAccessStream *>;
......@@ -138,4 +140,14 @@ namespace Windows.Storage.Streams {
{
[default] interface Windows.Storage.Streams.IBuffer;
}
[
contract(Windows.Foundation.UniversalApiContract, 1.0),
marshaling_behavior(agile),
static(Windows.Storage.Streams.IRandomAccessStreamReferenceStatics, Windows.Foundation.UniversalApiContract, 1.0)
]
runtimeclass RandomAccessStreamReference
{
[default] interface Windows.Storage.Streams.IRandomAccessStreamReference;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment