Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OperationResultCode enumeration (wuapi.h)

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

 
orcNotStarted
Value: 0
The operation is not started.
orcInProgress
Value: 1
The operation is in progress.
orcSucceeded
Value: 2
The operation was completed successfully.
orcSucceededWithErrors
Value: 3
The operation is complete, but one or more errors occurred during the operation. The results might be incomplete.
orcFailed
Value: 4
The operation failed to complete.
orcAborted
Value: 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

Feedback

Was this page helpful?

Additional resources