OperationResultCode 列舉 (wuapi.h)
定義更新上下載、安裝、卸載或驗證作業的可能結果。
Syntax
typedef enum tagOperationResultCode {
orcNotStarted = 0,
orcInProgress = 1,
orcSucceeded = 2,
orcSucceededWithErrors = 3,
orcFailed = 4,
orcAborted = 5
} OperationResultCode;
常數
orcNotStarted 值: 0 作業未啟動。 |
orcInProgress 值: 1 作業正在進行中。 |
orcSucceeded 值: 2 作業已順利完成。 |
orcSucceededWithErrors 值: 3 作業已完成,但在作業期間發生一或多個錯誤。 結果可能不完整。 |
orcFailed 值: 4 作業無法完成。 |
orcAborted 值: 5 作業已取消。 |
規格需求
最低支援的用戶端 | Windows XP、Windows 2000 Professional 與 SP3 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003、具有 SP3 的 Windows 2000 Server [僅限傳統型應用程式] |
標頭 | wuapi.h |