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 DODownloadState enumeration specifies the ID of the current download state, which is part of the DO_DOWNLOAD_STATUS structure.
Syntax
typedef enum _DODownloadState {
DODownloadState_Created,
DODownloadState_Transferring,
DODownloadState_Transferred,
DODownloadState_Finalized,
DODownloadState_Aborted,
DODownloadState_Paused
} DODownloadState;
Constants
DODownloadState_CreatedDownload object is created but hasn't been started yet. |
DODownloadState_TransferringDownload is in progress. |
DODownloadState_TransferredDownload is transferred and can start again by downloading another portion of the file. |
DODownloadState_FinalizedDownload is finalized and cannot be started again. |
DODownloadState_AbortedDownload was aborted. |
DODownloadState_PausedDownload has been paused on demand or due to transient error. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11 Build 22621 |
| Header | deliveryoptimization.h |