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 |