IInputStreamReference interface
Enables a Windows Runtime component to provide sequential read access to an encapsulated stream.
Syntax
Attributes
- GuidAttribute("43929d18-5ec9-4b5a-919c-4205b0c804b6")
- VersionAttribute(NTDDI_WIN8)
Members
The IInputStreamReference interface has these types of members:
Methods
The IInputStreamReference interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| OpenSequentialReadAsync | Opens a stream for sequential read access. |
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.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013