Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IRandomAccessStream.GetOutputStreamAt(UInt64) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 IOutputStream ^ GetOutputStreamAt(unsigned long long position);
IOutputStream GetOutputStreamAt(uint64_t const& position);
public IOutputStream GetOutputStreamAt(ulong position);
function getOutputStreamAt(position)
Public Function GetOutputStreamAt (position As ULong) As IOutputStream

Parameters

position
UInt64

unsigned long long

uint64_t

The location in the output stream at which to begin.

Returns

The output stream.

Applies to


Feedback

Was this page helpful?