The OperationResultCode enumeration defines the possible results of a download, install, uninstall, or verification operation on an update.
typedef enum { orcNotStarted = 0, orcInProgress = 1, orcSucceeded = 2, orcSucceededWithErrors = 3, orcFailed = 4, orcAborted = 5 } OperationResultCode;
The operation is not started.
The operation is in progress.
The operation was completed successfully.
The operation is complete, but one or more errors occurred during the operation. The results might be incomplete.
The operation failed to complete.
The operation is cancelled.
Send comments about this topic to Microsoft
Build date: 11/18/2009