Delen via


ProtectedFileStream.Seek method

Sets the current position to the specified number of bytes from the start of the file. Implements the IRandomAccessStream.Seek method.

Syntax

public:
virtual void Seek(
  unsigned long long position
)

Parameters

position

Type: UInt64

The number of bytes from the start of the file at which to set the position.

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

Position