Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The DO_DOWNLOAD_RANGES_INFO structure identifies an array of ranges of bytes to download from a file. It is typically passed as an optional argument to the IDODownload::Start function.
Syntax
typedef struct _DO_DOWNLOAD_RANGES_INFO {
UINT RangeCount;
DO_DOWNLOAD_RANGE Ranges[1];
} DO_DOWNLOAD_RANGES_INFO;
Members
RangeCount
Number of elements in Ranges.
Ranges[1]
Array of one or more DO_DOWNLOAD_RANGE structures that specify the ranges to download.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11 Build 22621 |
| Header | deliveryoptimization.h |