Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 825 Bytes

iinputstreamreference.md

File metadata and controls

21 lines (15 loc) · 825 Bytes
-api-id -api-type
T:Windows.Storage.Streams.IInputStreamReference
winrt interface

Windows.Storage.Streams.IInputStreamReference

-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