This topic has not yet been rated - Rate this topic

IInputStreamReference interface

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

Syntax


public interface IInputStreamReference

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.

MethodDescription
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

Windows.Storage.Streams
Windows::Storage::Streams [C++]

Metadata

Windows.winmd

See also

IRandomAccessStreamReference

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.