CustomProtectedStream.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.
Remarks
Data written to the stream must be 16-byte aligned.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8.1 |
Namespace |
Microsoft::RightsManagement |
Metadata |
|