Share via


ProtectedFileStream.GetInputStreamAt method

Returns an input stream at the specified position in the protected file. Implements the IRandomAccessStream.GetInputStreamAt method.

Syntax

public:
virtual IInputStream^ GetInputStreamAt(
  unsigned long long position
)

Parameters

position

Type: UInt64

The position at which to start reading the protected file in bytes.

Return value

Type: IInputStream

The input stream.

Requirements

Minimum supported client
None supported
Minimum supported server
None supported
Minimum supported phone
Windows Phone 8.1
Namespace
Microsoft::RightsManagement
Metadata
Microsoft.RightsManagement.winmd

See also

ProtectedFileStream