3 out of 3 rated this helpful - Rate this topic

UpdateOperation enumeration

Defines operations that can be attempted on an update.

Syntax


typedef enum  { 
  uoInstallation    = 1,
  uoUninstallation  = 2
} UpdateOperation;

Constants

uoInstallation

Under the security context of the caller, install the update on the target computer.

uoUninstallation

Under the security context of the caller, uninstall the updates from the target computer.

Requirements

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

IDL

Wuapi.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/22/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.