DeviceThumbnail.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 a pointer to an output stream starting at the specified location.
public:
virtual IOutputStream ^ GetOutputStreamAt(unsigned long long position) = GetOutputStreamAt;
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 position in the output stream.
Returns
A pointer to an output stream.
Implements
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(System.UInt64)
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(unsigned long long)
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(uint64_t)