UpdateOperation enumeration (wuapi.h)
Defines operations that can be attempted on an update.
Syntax
typedef enum tagUpdateOperation {
uoInstallation = 1,
uoUninstallation = 2
} UpdateOperation;
Constants
uoInstallationValue: 1 Under the security context of the caller, install the update on the target computer. |
uoUninstallationValue: 2 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 |