CF_FILE_RANGE structure (cfapi.h)

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

See also

CfUpdatePlaceholder