DownloadPhase 列挙 (wuapi.h)
IDownloadProgress インターフェイスの CurrentUpdateDownloadPhase プロパティによって返される現在の更新プログラムのダウンロードの進行状況を定義します。
構文
typedef enum tagDownloadPhase {
dphInitializing = 1,
dphDownloading = 2,
dphVerifying = 3
} DownloadPhase;
定数
dphInitializing 値: 1 現在の更新プログラムのダウンロードを初期化しています。 |
dphDownloading 値: 2 現在の更新プログラムをダウンロードしています。 |
dphVerifying 値: 3 現在の更新プログラムのダウンロードを確認しています。 |
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional SP3 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003、Windows 2000 Server SP3 [デスクトップ アプリのみ] |
Header | wuapi.h |