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