1 out of 1 rated this helpful - Rate this topic

OperationResultCode Enumeration

Defines the possible results of a download, install, uninstall, or verification operation on an update.

Syntax

typedef enum  {
  orcNotStarted            = 0,
  orcInProgress            = 1,
  orcSucceeded             = 2,
  orcSucceededWithErrors   = 3,
  orcFailed                = 4,
  orcAborted               = 5 
} OperationResultCode;

Constants

orcNotStarted

The operation is not started.

orcInProgress

The operation is in progress.

orcSucceeded

The operation was completed successfully.

orcSucceededWithErrors

The operation is complete, but one or more errors occurred during the operation. The results might be incomplete.

orcFailed

The operation failed to complete.

orcAborted

The operation is canceled.

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional with SP3

Minimum supported server

Windows Server 2003, Windows 2000 Server with SP3

Header

Wuapi.h

IDL

Wuapi.idl

 

 

Send comments about this topic to Microsoft

Build date: 7/7/2011

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ