Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the possible results of a download, install, uninstall, or verification operation on an update.
Syntax
typedef enum tagOperationResultCode {
orcNotStarted = 0,
orcInProgress = 1,
orcSucceeded = 2,
orcSucceededWithErrors = 3,
orcFailed = 4,
orcAborted = 5
} OperationResultCode;
Constants
orcNotStartedValue: 0 The operation is not started. |
orcInProgressValue: 1 The operation is in progress. |
orcSucceededValue: 2 The operation was completed successfully. |
orcSucceededWithErrorsValue: 3 The operation is complete, but one or more errors occurred during the operation. The results might be incomplete. |
orcFailedValue: 4 The operation failed to complete. |
orcAbortedValue: 5 The operation is canceled. |
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 |