Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |