Windows.Storage.Streams.IInputStreamReference

May 17, 2019 ยท View on GitHub

-description

Enables a Windows Runtime component to provide sequential read access to an encapsulated stream.

-remarks

Implement the IInputStreamReference interface when your Windows Runtime component exposes a sequential read-only stream to callers. For a random access stream, implement the IRandomAccessStreamReference interface. For info on implementing the IInputStreamReference interface, see the Remarks at IRandomAccessStreamReference.

-examples

-see-also

IRandomAccessStreamReference