Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a range of data in a placeholder file.
Syntax
typedef struct CF_FILE_RANGE {
  LARGE_INTEGER StartingOffset;
  LARGE_INTEGER Length;
} CF_FILE_RANGE;
Members
StartingOffset
The offset of the starting point of the data.
Length
The length of the data, in bytes.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 10, version 1709 [desktop apps only] | 
| Minimum supported server | Windows Server 2016 [desktop apps only] | 
| Header | cfapi.h |