Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines the progress of the download of the current update that is returned by the CurrentUpdateDownloadPhase property of the IDownloadProgress interface.
Syntax
typedef enum tagDownloadPhase {
dphInitializing = 1,
dphDownloading = 2,
dphVerifying = 3
} DownloadPhase;
Constants
dphInitializingValue: 1 Initializing the download of the current update. |
dphDownloadingValue: 2 Downloading the current update. |
dphVerifyingValue: 3 Verifying the download of the current update. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
| Minimum supported server | Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only] |
| Header | wuapi.h |