CF_FILE_RANGE_BUFFER structure
A structure to describe the location and range of data in a file.
Syntax
typedef struct __CF_FILE_RANGE_BUFFER {
LARGE_INTEGER FileOffset;
LARGE_INTEGER Length;
} CF_FILE_RANGE_BUFFER;
Members
FileOffset
The offset of the range of data within a file.Length
The length, in bytes of the data range.
Requirements
Minimum supported client |
Windows 10, version 1709 [desktop apps only] |
Minimum supported server |
Windows Server 2016 [desktop apps only] |
Header |
CfApi.h |