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