Meshbeyn / Projects

namespace NTFSExtensions

public struct Range

This structure is used to transfer informations about Ranges in a stream to or from WinAPI functions.

Fields

public long Start
Offset of start byte in a range.
public long Length
Length of range in bytes.

Remarks

Some functions need start and length, some start and end of ranges. You shall always set and expect start and length. All needed calculations will be maked by NTFSExtensions.

Example

Example for working with sparse streams

See also