Share via


ProtectedFileStream.GetOutputStreamAt method

Returns an output stream at the specified location in the protected file. Implements the IRandomAccessStream.GetOutputStreamAt method.

Syntax

public:
virtual IOutputStream^ GetOutputStreamAt(
  unsigned long long position
)

Parameters

position

Type: UInt64

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

Return value

Type: IOutputStream

The output 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