IRandomAccessStream.GetInputStreamAt(UInt64) Method

Definition

Returns an input stream at a specified location in a stream.

public:
 IInputStream ^ GetInputStreamAt(unsigned long long position);
IInputStream GetInputStreamAt(uint64_t const& position);
public IInputStream GetInputStreamAt(ulong position);
function getInputStreamAt(position)
Public Function GetInputStreamAt (position As ULong) As IInputStream

Parameters

position
UInt64

unsigned long long

uint64_t

The location in the stream at which to begin.

Returns

The input stream.

Applies to