Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 647 Bytes

randomaccessstreamoverstream_clonestream_242904981.md

File metadata and controls

24 lines (16 loc) · 647 Bytes
-api-id -api-type
M:Windows.Storage.Streams.RandomAccessStreamOverStream.CloneStream
winrt method

Windows.Storage.Streams.RandomAccessStreamOverStream.CloneStream

-description

Creates a new instance of a IRandomAccessStream over the same resource as the current stream.

-returns

The new stream. The initial, internal position of the stream is 0.

The internal position and lifetime of this new stream are independent from the position and lifetime of the cloned stream.

-remarks

-examples

-see-also